C# Class QLNet.SwaptionHelper

Inheritance: QLNet.CalibrationHelper
Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode Description
SwaptionHelper ( Period maturity, Period length, Handle volatility, IborIndex index, Period fixedLegTenor, DayCounter fixedLegDayCounter, DayCounter floatingLegDayCounter, Handle termStructure, bool calibrateVolatility ) : System
addTimesTo ( List times ) : void
blackPrice ( double sigma ) : double
modelValue ( ) : double

Method Details

SwaptionHelper() public méthode

public SwaptionHelper ( Period maturity, Period length, Handle volatility, IborIndex index, Period fixedLegTenor, DayCounter fixedLegDayCounter, DayCounter floatingLegDayCounter, Handle termStructure, bool calibrateVolatility ) : System
maturity Period
length Period
volatility Handle
index IborIndex
fixedLegTenor Period
fixedLegDayCounter DayCounter
floatingLegDayCounter DayCounter
termStructure Handle
calibrateVolatility bool
Résultat System

addTimesTo() public méthode

public addTimesTo ( List times ) : void
times List
Résultat void

blackPrice() public méthode

public blackPrice ( double sigma ) : double
sigma double
Résultat double

modelValue() public méthode

public modelValue ( ) : double
Résultat double