C# Class QLNet.Cashflows.YoYInflationLegBase

Inheritance: RateLegBase
Afficher le fichier Open project: ammachado/QLNet

Protected Properties

Свойство Type Description
caps_ List
fixingDays_ List
gearings_ List
index_ YoYInflationIndex
observationLag_ Period
paymentCalendar_ Calendar
spreads_ List

Méthodes publiques

Méthode Description
withCaps ( List caps ) : YoYInflationLegBase
withCaps ( double cap ) : YoYInflationLegBase
withFixingDays ( List fixingDays ) : YoYInflationLegBase
withFixingDays ( int fixingDays ) : YoYInflationLegBase
withFloors ( List floors ) : YoYInflationLegBase
withFloors ( double floor ) : YoYInflationLegBase
withGearings ( List gearings ) : YoYInflationLegBase
withGearings ( double gearing ) : YoYInflationLegBase
withPaymentDayCounter ( DayCounter dayCounter ) : YoYInflationLegBase
withSpreads ( List spreads ) : YoYInflationLegBase
withSpreads ( double spread ) : YoYInflationLegBase

Method Details

withCaps() public méthode

public withCaps ( List caps ) : YoYInflationLegBase
caps List
Résultat YoYInflationLegBase

withCaps() public méthode

public withCaps ( double cap ) : YoYInflationLegBase
cap double
Résultat YoYInflationLegBase

withFixingDays() public méthode

public withFixingDays ( List fixingDays ) : YoYInflationLegBase
fixingDays List
Résultat YoYInflationLegBase

withFixingDays() public méthode

public withFixingDays ( int fixingDays ) : YoYInflationLegBase
fixingDays int
Résultat YoYInflationLegBase

withFloors() public méthode

public withFloors ( List floors ) : YoYInflationLegBase
floors List
Résultat YoYInflationLegBase

withFloors() public méthode

public withFloors ( double floor ) : YoYInflationLegBase
floor double
Résultat YoYInflationLegBase

withGearings() public méthode

public withGearings ( List gearings ) : YoYInflationLegBase
gearings List
Résultat YoYInflationLegBase

withGearings() public méthode

public withGearings ( double gearing ) : YoYInflationLegBase
gearing double
Résultat YoYInflationLegBase

withPaymentDayCounter() public méthode

public withPaymentDayCounter ( DayCounter dayCounter ) : YoYInflationLegBase
dayCounter QLNet.Time.DayCounter
Résultat YoYInflationLegBase

withSpreads() public méthode

public withSpreads ( List spreads ) : YoYInflationLegBase
spreads List
Résultat YoYInflationLegBase

withSpreads() public méthode

public withSpreads ( double spread ) : YoYInflationLegBase
spread double
Résultat YoYInflationLegBase

Property Details

caps_ protected_oe property

protected List caps_
Résultat List

fixingDays_ protected_oe property

protected List fixingDays_
Résultat List

gearings_ protected_oe property

protected List gearings_
Résultat List

index_ protected_oe property

protected YoYInflationIndex index_
Résultat YoYInflationIndex

observationLag_ protected_oe property

protected Period observationLag_
Résultat Period

paymentCalendar_ protected_oe property

protected Calendar paymentCalendar_
Résultat Calendar

spreads_ protected_oe property

protected List spreads_
Résultat List