C# Class QLNet.CommercialPaper

Inheritance: QLNet.Loan
显示文件 Open project: ammachado/QLNet Class Usage Examples

Public Methods

Method Description
CommercialPaper ( QLNet.Loan type, double nominal, Schedule fixedSchedule, double fixedRate, DayCounter fixedDayCount, Schedule principalSchedule, BusinessDayConvention paymentConvention ) : System.Collections.Generic
fixedLeg ( ) : List
principalLeg ( ) : List

Method Details

CommercialPaper() public method

public CommercialPaper ( QLNet.Loan type, double nominal, Schedule fixedSchedule, double fixedRate, DayCounter fixedDayCount, Schedule principalSchedule, BusinessDayConvention paymentConvention ) : System.Collections.Generic
type QLNet.Loan
nominal double
fixedSchedule Schedule
fixedRate double
fixedDayCount DayCounter
principalSchedule Schedule
paymentConvention BusinessDayConvention
return System.Collections.Generic

fixedLeg() public method

public fixedLeg ( ) : List
return List

principalLeg() public method

public principalLeg ( ) : List
return List