C# Class QLNet.PrincipalLegBase

Afficher le fichier Open project: ammachado/QLNet

Protected Properties

Свойство Type Description
dayCounter_ DayCounter
notionals_ List
paymentAdjustment_ BusinessDayConvention
schedule_ Schedule
sign_ int

Méthodes publiques

Méthode Description
value ( ) : List
withNotionals ( List notionals ) : PrincipalLegBase
withNotionals ( double notional ) : PrincipalLegBase
withPaymentAdjustment ( BusinessDayConvention convention ) : PrincipalLegBase
withPaymentDayCounter ( DayCounter dayCounter ) : PrincipalLegBase
withSign ( int sign ) : PrincipalLegBase

Method Details

value() public abstract méthode

public abstract value ( ) : List
Résultat List

withNotionals() public méthode

public withNotionals ( List notionals ) : PrincipalLegBase
notionals List
Résultat PrincipalLegBase

withNotionals() public méthode

public withNotionals ( double notional ) : PrincipalLegBase
notional double
Résultat PrincipalLegBase

withPaymentAdjustment() public méthode

public withPaymentAdjustment ( BusinessDayConvention convention ) : PrincipalLegBase
convention BusinessDayConvention
Résultat PrincipalLegBase

withPaymentDayCounter() public méthode

public withPaymentDayCounter ( DayCounter dayCounter ) : PrincipalLegBase
dayCounter DayCounter
Résultat PrincipalLegBase

withSign() public méthode

public withSign ( int sign ) : PrincipalLegBase
sign int
Résultat PrincipalLegBase

Property Details

dayCounter_ protected_oe property

protected DayCounter dayCounter_
Résultat DayCounter

notionals_ protected_oe property

protected List notionals_
Résultat List

paymentAdjustment_ protected_oe property

protected BusinessDayConvention paymentAdjustment_
Résultat BusinessDayConvention

schedule_ protected_oe property

protected Schedule,QLNet schedule_
Résultat Schedule

sign_ protected_oe property

protected int sign_
Résultat int