C# 클래스 Pelsser.Calibration.Caplet

Caplet prices using Pelsser Squared Gaussian model.
파일 보기 프로젝트 열기: fairmat/InterestRatesModels 1 사용 예제들

공개 메소드들

메소드 설명
PGSMCaplets ( SquaredGaussianModel model, Vector mat, Vector fwd, Vector rk, double deltaK, Vector tOss ) : System.Matrix

Caplet prices calculated as a put on a zero coupon bond.

비공개 메소드들

메소드 설명
CtT ( SquaredGaussianModel model, double t, Vector mat ) : Vector

Calculates the integral C(t, T) function with T taking every element of the parameter mat.

메소드 상세

PGSMCaplets() 공개 메소드

Caplet prices calculated as a put on a zero coupon bond.
public PGSMCaplets ( SquaredGaussianModel model, Vector mat, Vector fwd, Vector rk, double deltaK, Vector tOss ) : System.Matrix
model Pelsser.SquaredGaussianModel 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.
리턴 System.Matrix