Skip to main content

Questions tagged [simulations]

Reproduction of the characteristics or the outcome of a phenomenon or process using math or programming. Here limited to events related with quantitative finance as defined in the help center.

0 votes
0 answers
73 views

I am currently in need of simulating stock returns from 2025 until 2100 for scenario analysis purpose. I used a GARCH-copula approach : mean = ARX for GARCH, student t residuals and student t copula. ...
user87275's user avatar
2 votes
1 answer
236 views

I'm trying to replicate the Figure 5.1 at pag 96 of Volatility Smile by Derman & Miller where they show that the (cumulative discounted) P&Ls of a hedged portfolio, where the call is evaluated ...
Enrico's user avatar
  • 455
1 vote
2 answers
365 views

I'm trying to visualize the path transformations coming from the application of the Girsanov Theorem in a Monte Carlo Simulation. Below the (Python) code where I'm trying to "adjust" the ...
Enrico's user avatar
  • 455
0 votes
0 answers
132 views

Consider two correlated Brownian Motions $W_{1,t}$ and $W_{2,t}$ for which it holds: $$dW_{1,t}\sim N(0, \sqrt{dt})$$ $$dW_{2,t}\sim N(0, \sqrt{dt})$$ $$Cov(dW_{1,t},dW_{2,t}) = E[dW_{1,t}dW_{2,t}] = \...
Whitebeard13's user avatar
0 votes
0 answers
68 views

I'm working with Bachelier model to hedge futures exchange options, based on the formulas here, adapted to derivation to sympy. I have seen 2 very different ...
Félix Rodriguez Moya's user avatar
2 votes
0 answers
76 views

I am trying to train a reinforcement learning model for dynamic hedging like Cao et al. 2023. Their model uses SABR to generate joint dynamics of implied volatility and underlying equity asset prices. ...
Patrick's user avatar
  • 21
3 votes
1 answer
465 views

I am trying to implement the calculation of the Delta under the Heston model using Malliavin Calculus in python. According to "Malliavin Calculus in Finance" by Álos, the Malliavin delta is ...
TheHunter's user avatar
  • 175
2 votes
0 answers
76 views

I am working on a project analyzing olive plantation data, where I aim to simulate the relationship between investment costs (Costs), revenues (...
Barbab's user avatar
  • 211
1 vote
0 answers
117 views

I have a question regarding possible ways to simulate realized variance (the sum of squared intraday returns) for testing different realized variance forecasting models. I'm aware of several ...
Rodion Raskolnikow's user avatar
1 vote
0 answers
169 views

I am trying to simulate an OU Process (Vasicek version) with jumps and I would like to derive the drift and diffusion term when jumps are incorporated, which will enable me to perform monte carlo ...
wanna_be_quant's user avatar
0 votes
0 answers
61 views

Lets say that I have two CIR processes \begin{align} dX_t &= b_x(a_x - X_t)dt + s_x \sqrt{X_t}dB_t \newline dY_t &= b_y(a_y - Y_t)dt + s_y \sqrt{Y_t}dB_t \end{align} And I want to sample from ...
imsdal's user avatar
  • 1
1 vote
0 answers
89 views

Previous question: Understanding VaR rescaling After understanding the usual VaR scaling formula $$\text{VaR}_{T,\alpha}=\sqrt{T}\text{VaR}_{1,\alpha}$$ I wanted to know by how much it deviates from ...
augustoperez's user avatar
0 votes
0 answers
155 views

Suppose I have a 20-year zero bond with a call date in 10 years and a zero interest rate of 2%, which is currently valued at a Z-spread of 100. Now I would like to evaluate the right of termination ...
Practitioner's user avatar
0 votes
0 answers
399 views

Potential Future Exposure (a credit risk metric) is calculated using $$PFE(\tau) = \text{max}\Big(0, \mathcal{P}_{derivative}(\tau) - CVA(\tau)\Big)$$, where $\mathcal{P}$ is the price / fair value / ...
A.L. Verminburger's user avatar
1 vote
0 answers
137 views

Usually forecasting is based on a model for the evolution of a value $x(t)$ based on some parameters ${\beta}$ that can then be estimated using various statistical means. For yield curves and ...
JakcieJnr's user avatar
  • 177

15 30 50 per page
1
2 3 4 5
19