Class YearFraction.YearFractionACT_ACT_ICMA.YearFractionACT_ACT_ICMADefault
java.lang.Object
cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_ACT_ICMA
cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_ACT_ICMA.YearFractionACT_ACT_ICMADefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
YearFraction.YearFractionACT_ACT_ICMA
public static class YearFraction.YearFractionACT_ACT_ICMA.YearFractionACT_ACT_ICMADefault
extends YearFraction.YearFractionACT_ACT_ICMA
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_ACT_ICMA
YearFraction.YearFractionACT_ACT_ICMA.YearFractionACT_ACT_ICMADefault -
Field Summary
Fields inherited from class cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_ACT_ICMA
dateDifference -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimalassignOutput(BigDecimal result, DayCountFractionEnum dayCountFractionEnum, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, com.rosetta.model.lib.records.Date terminationDate, Integer periodsInYear) protected com.rosetta.model.lib.mapper.MapperS<Integer> daysInPeriod(DayCountFractionEnum dayCountFractionEnum, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, com.rosetta.model.lib.records.Date terminationDate, Integer periodsInYear) protected BigDecimaldoEvaluate(DayCountFractionEnum dayCountFractionEnum, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, com.rosetta.model.lib.records.Date terminationDate, Integer periodsInYear) Methods inherited from class cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_ACT_ICMA
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
YearFractionACT_ACT_ICMADefault
public YearFractionACT_ACT_ICMADefault()
-
-
Method Details
-
doEvaluate
protected BigDecimal doEvaluate(DayCountFractionEnum dayCountFractionEnum, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, com.rosetta.model.lib.records.Date terminationDate, Integer periodsInYear) - Specified by:
doEvaluatein classYearFraction.YearFractionACT_ACT_ICMA
-
assignOutput
protected BigDecimal assignOutput(BigDecimal result, DayCountFractionEnum dayCountFractionEnum, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, com.rosetta.model.lib.records.Date terminationDate, Integer periodsInYear) -
daysInPeriod
protected com.rosetta.model.lib.mapper.MapperS<Integer> daysInPeriod(DayCountFractionEnum dayCountFractionEnum, com.rosetta.model.lib.records.Date startDate, com.rosetta.model.lib.records.Date endDate, com.rosetta.model.lib.records.Date terminationDate, Integer periodsInYear) - Specified by:
daysInPeriodin classYearFraction.YearFractionACT_ACT_ICMA
-