Added Interest-rate term structure in g2process constructor#1937
Added Interest-rate term structure in g2process constructor#1937Hrushi20 wants to merge 1 commit intolballabio:masterfrom
Conversation
Signed-off-by: Hrushi20 <hrushikesh20thegreat@gmail.com>
|
Thanks for opening this pull request! It might take a while before we look at it, so don't worry if there seems to be no feedback. We'll get to it. |
|
I'm interested in the math behind it. I'm not sure how to update the drift for G2ForwardProcess. |
|
This PR was automatically marked as stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in two weeks. |
|
I'm not sure it's that useful to add the yieldcurve to the G2 process constructor with the way the class is set up right now. The math is pretty straightforward: |
I've added Interest rate term structure to G2Process and G2Forwardprocess. The term structure is used to add an additional term to the drifts of the underlying Ornstein-Uhlenbeck processes.
This PR aims to address Issue #1904