C# Class QLNet.Cashflows.FloatingLegBase

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

Protected Properties

Свойство Type Description
caps_ List
fixingDays_ List
floors_ List
gearings_ List
inArrears_ bool
index_ InterestRateIndex
spreads_ List
zeroPayments_ bool

Méthodes publiques

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

Method Details

inArrears() public méthode

public inArrears ( ) : FloatingLegBase
Résultat FloatingLegBase

inArrears() public méthode

public inArrears ( bool flag ) : FloatingLegBase
flag bool
Résultat FloatingLegBase

withCaps() public méthode

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

withCaps() public méthode

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

withFixingDays() public méthode

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

withFixingDays() public méthode

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

withFloors() public méthode

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

withFloors() public méthode

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

withGearings() public méthode

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

withGearings() public méthode

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

withPaymentDayCounter() public méthode

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

withSpreads() public méthode

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

withSpreads() public méthode

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

withZeroPayments() public méthode

public withZeroPayments ( ) : FloatingLegBase
Résultat FloatingLegBase

withZeroPayments() public méthode

public withZeroPayments ( bool flag ) : FloatingLegBase
flag bool
Résultat FloatingLegBase

Property Details

caps_ protected_oe property

protected List caps_
Résultat List

fixingDays_ protected_oe property

protected List fixingDays_
Résultat List

floors_ protected_oe property

protected List floors_
Résultat List

gearings_ protected_oe property

protected List gearings_
Résultat List

inArrears_ protected_oe property

protected bool inArrears_
Résultat bool

index_ protected_oe property

protected InterestRateIndex index_
Résultat InterestRateIndex

spreads_ protected_oe property

protected List spreads_
Résultat List

zeroPayments_ protected_oe property

protected bool zeroPayments_
Résultat bool