C# Class QLNet.PrincipalLegBase

ファイルを表示 Open project: ammachado/QLNet

Protected Properties

Property Type Description
dayCounter_ DayCounter
notionals_ List
paymentAdjustment_ BusinessDayConvention
schedule_ Schedule
sign_ int

Public Methods

Method 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 method

public abstract value ( ) : List
return List

withNotionals() public method

public withNotionals ( List notionals ) : PrincipalLegBase
notionals List
return PrincipalLegBase

withNotionals() public method

public withNotionals ( double notional ) : PrincipalLegBase
notional double
return PrincipalLegBase

withPaymentAdjustment() public method

public withPaymentAdjustment ( BusinessDayConvention convention ) : PrincipalLegBase
convention BusinessDayConvention
return PrincipalLegBase

withPaymentDayCounter() public method

public withPaymentDayCounter ( DayCounter dayCounter ) : PrincipalLegBase
dayCounter DayCounter
return PrincipalLegBase

withSign() public method

public withSign ( int sign ) : PrincipalLegBase
sign int
return PrincipalLegBase

Property Details

dayCounter_ protected_oe property

protected DayCounter dayCounter_
return DayCounter

notionals_ protected_oe property

protected List notionals_
return List

paymentAdjustment_ protected_oe property

protected BusinessDayConvention paymentAdjustment_
return BusinessDayConvention

schedule_ protected_oe property

protected Schedule,QLNet schedule_
return Schedule

sign_ protected_oe property

protected int sign_
return int