Skip to main content

Questions tagged [parabolic-pde]

The tag has no usage guidance.

3 votes
0 answers
115 views

For derivatives pricing, does FEM actually ever outperform FDM?

Simple question that I was wondering about over during the weekend. I have done a little FEM during the last years and my university time and did not spend a lot of time with FDM. For a new job I have ...
freistil90's user avatar
1 vote
0 answers
187 views

Market models of implied volatility and no arbitrage

Something has been bugging me for a while, and I can't really find an answer to it in papers. Maybe somebody can help me out. In addition to modelling the instantaneous vol, or modelling forward ...
user avatar
2 votes
0 answers
126 views

Numerical scheme for this HJB equation

Without dwelling on details on how to obtain the HJB equation for this problem, I would like to know if the scheme I wrote for solving it numerically is viable or did I miss something. I need to solve ...
Kupoc's user avatar
  • 98
2 votes
1 answer
144 views

Feynman-Kac representation of Black-Cox model

Consider the standard setup from Black and Cox (1976, Journal of Finance). A firm issues a defaultable coupon bond to finance a productive asset that follows a geometric brownian motion: $$dx_t = \mu ...
Luca Gi's user avatar
  • 327
3 votes
0 answers
124 views

Explicit form for forwards Feynman-Kac formula

This might be a simple question, but I'm having trouble with it. Consider the Cauchy problem with final condition. \begin{equation} \begin{cases} \frac{\partial u}{\partial t}(t,x) + \mathcal{L}u(t,x) ...
Paulo Rocha's user avatar
8 votes
1 answer
1k views

Hyperbolic and Elliptic PDEs in Quant Finance

Parabolic PDEs (e.g. heat equation) are closely linked to finance via the Feynman Kac Theorem. Do other types of PDEs appear in quant finance? Elliptic PDEs don't contain a time dimension (so perhaps ...
Alex's user avatar
  • 83
1 vote
1 answer
794 views

Linear Or nonlinear Black Scholes Equation

I have been going through the analytical solutions of black scholes equation which transforms it to a heat equation. $$u_{t}=\frac{1}{2}\sigma^{2}u_{xx}$$ Now if the volatility is constant , then its ...
user1157's user avatar
2 votes
1 answer
102 views

Numerical Solution to 3 Dimensional Backward BS PDE

I have a three dimensional backward BS PDE. $$ \frac{\partial V}{\partial t} + a(t) S \frac{\partial V}{\partial S} + \frac{1}{2} \sigma(t, S)^2 \frac{\partial^2 V}{\partial S^2} + b(t, M) \frac{\...
holox's user avatar
  • 29
2 votes
0 answers
734 views

Black-Scholes equation to Heat equation .(Boundary conditions)

I have been given a problem to code the heat equation which is transformed from B-S equation (European call option) . Now the boundary conditions are for European call option: $$C(S,T)=\max(S-K,0)$$...
user1157's user avatar
2 votes
0 answers
616 views

How do you numerically solve the Dupire Local Volatility PDE in log moneyness-time space?

I am trying to implement a numerical solution to price vanilla calls. I am using the Dupire equation in log moneyness-time (k = ln(F/T)) space as per below PDE I have tried solving it using a fully ...
MikeMan's user avatar
  • 21
4 votes
1 answer
374 views

Bond PDE under an Affine Jump Diffusion model

Under the Jump extended Vasicek model, the dynamics of the short rate are as follow : $$dr_t=\kappa(\theta-r_t)dt+\sigma\sqrt{r_t}\,dW_t+d\left(\sum\limits_{i=1}^{N_t}\,J_i\right)$$ where $N_t$ ...
Younes S's user avatar
2 votes
1 answer
189 views

Unable to obtain correct Finite Difference Results

A rather general question regarding a specific problem I am facing with my Matlab implementation of the implicit FD method for this PDE: \begin{equation} \frac{\sigma_s^2}{2}\frac{\partial^2 V}{\...
Pim's user avatar
  • 117
2 votes
1 answer
289 views

What is the domain of the Black-Scholes operator?

By the Black-Scholes operator I mean the following. $$L_{BS}u(x) = \frac{1}{2}\sigma^2x^2\frac{\partial^2}{\partial x^2}u(x) + rx\frac{\partial}{\partial x}u(x) - ru(x)$$ Obviously, the domain of $...
Calculon's user avatar
  • 595
1 vote
0 answers
53 views

Prove that $F(s,x_0)=0$, $F(t,x)=1$ and $\frac{\partial F}{\partial t}+\frac{1}{2}\frac{\partial^2 F}{\partial x^2}=0$

Using the Dynkin's formula, prove that $F(s,x_0)=0$, $F(t,x)=1$ and $\frac{\partial F}{\partial t}+\frac{1}{2}\frac{\partial^2 F}{\partial x^2}=0$ where $F(s,t)=2\int_{x-x_0}^{\infty}\frac{1}{\sqrt{2\...
FunnyBuzer's user avatar
  • 1,012
0 votes
1 answer
88 views

Which PDE is satisfied by the function of Wiener process $u(t,x)$?

Suppose you have the following function: $u(t,x)=\mathbb{E}[f(xe^{W_t+\frac{1}{2}t})]$, where $W_t$ is a Wiener process. Let us first differentiate: $du=\mathbb{E}[f'(xe^{W_t+\frac{1}{2}t})(e^{W_t-\...
FunnyBuzer's user avatar
  • 1,012

15 30 50 per page