JapaneseCalculator(FISADate, Redemption, Double, Double, DayCountBasis, Int32, Boolean, BusinessDayAdjustType, FISADate, FISADate, HolidaySchedule) Constructor
Namespace: com.ftlabs.fisa.calcAssembly: FISA.NET (in FISA.NET.dll) Version: 1.16.0.13 (1.16.0.13)
public JapaneseCalculator(
FISADate settlementDate,
Redemption redemption,
double parValue,
double interestRate,
DayCountBasis dayCountBasis,
int interestFrequency,
bool eomAdjust,
BusinessDayAdjustType bdaType,
FISADate datedDate,
FISADate firstInterestDate,
HolidaySchedule holidaySchedule
)
Public Sub New (
settlementDate As FISADate,
redemption As Redemption,
parValue As Double,
interestRate As Double,
dayCountBasis As DayCountBasis,
interestFrequency As Integer,
eomAdjust As Boolean,
bdaType As BusinessDayAdjustType,
datedDate As FISADate,
firstInterestDate As FISADate,
holidaySchedule As HolidaySchedule
)
Parameters
- settlementDate FISADate
-
- redemption Redemption
-
- parValue Double
-
- interestRate Double
-
- dayCountBasis DayCountBasis
-
- interestFrequency Int32
-
- eomAdjust Boolean
-
- bdaType BusinessDayAdjustType
-
- datedDate FISADate
-
- firstInterestDate FISADate
-
- holidaySchedule HolidaySchedule
-