Method | Description | |
---|---|---|
PGSMCaplets ( |
Caplet prices calculated as a put on a zero coupon bond.
|
Method | Description | |
---|---|---|
CtT ( |
Calculates the integral C(t, T) function with T taking every element of the parameter mat.
|
public PGSMCaplets ( |
||
model | The model to use to execute the calculation. | |
mat | Vector | /// Caplet maturity. This vector starts from zero and increases /// of step DeltaK each element till the last one. /// |
fwd | Vector | Forward with the deltaK step. |
rk | Vector | Strike vector (columns). |
deltaK | double | Amount to use as increase factor. |
tOss | Vector | The Maturities. |
return | System.Matrix |