Class YearFraction.YearFractionACT_365L.YearFractionACT_365LDefault
java.lang.Object
cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_365L
cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_365L.YearFractionACT_365LDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
YearFraction.YearFractionACT_365L
public static class YearFraction.YearFractionACT_365L.YearFractionACT_365LDefault
extends YearFraction.YearFractionACT_365L
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_365L
YearFraction.YearFractionACT_365L.YearFractionACT_365LDefault -
Field Summary
Fields inherited from class cdm.base.datetime.daycount.functions.YearFraction.YearFractionACT_365L
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 com.rosetta.model.lib.mapper.MapperS<Integer> daysInYear(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) protected com.rosetta.model.lib.mapper.MapperS<Boolean> endDateIsInLeapYear(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_365L
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_365LDefault
public YearFractionACT_365LDefault()
-
-
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_365L
-
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) -
endDateIsInLeapYear
protected com.rosetta.model.lib.mapper.MapperS<Boolean> endDateIsInLeapYear(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:
endDateIsInLeapYearin classYearFraction.YearFractionACT_365L
-
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_365L
-
daysInYear
protected com.rosetta.model.lib.mapper.MapperS<Integer> daysInYear(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:
daysInYearin classYearFraction.YearFractionACT_365L
-