C# Class QLNet.FixedLoan

Inheritance: QLNet.Loan
Afficher le fichier Open project: ammachado/QLNet Class Usage Examples

Méthodes publiques

Méthode Description
FixedLoan ( Type type, double nominal, Schedule fixedSchedule, double fixedRate, DayCounter fixedDayCount, Schedule principalSchedule, BusinessDayConvention paymentConvention ) : System.Collections.Generic
fixedLeg ( ) : List
principalLeg ( ) : List

Method Details

FixedLoan() public méthode

public FixedLoan ( Type type, double nominal, Schedule fixedSchedule, double fixedRate, DayCounter fixedDayCount, Schedule principalSchedule, BusinessDayConvention paymentConvention ) : System.Collections.Generic
type Type
nominal double
fixedSchedule Schedule
fixedRate double
fixedDayCount DayCounter
principalSchedule Schedule
paymentConvention BusinessDayConvention
Résultat System.Collections.Generic

fixedLeg() public méthode

public fixedLeg ( ) : List
Résultat List

principalLeg() public méthode

public principalLeg ( ) : List
Résultat List