Class YearFraction.YearFraction_30E_360.YearFraction_30E_360Default
java.lang.Object
cdm.base.datetime.daycount.functions.YearFraction.YearFraction_30E_360
cdm.base.datetime.daycount.functions.YearFraction.YearFraction_30E_360.YearFraction_30E_360Default
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
YearFraction.YearFraction_30E_360
public static class YearFraction.YearFraction_30E_360.YearFraction_30E_360Default
extends YearFraction.YearFraction_30E_360
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.daycount.functions.YearFraction.YearFraction_30E_360
YearFraction.YearFraction_30E_360.YearFraction_30E_360Default -
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 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<Integer> endDay(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> endMonth(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> endYear(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> startDay(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> startMonth(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> startYear(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.YearFraction_30E_360
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
-
YearFraction_30E_360Default
public YearFraction_30E_360Default()
-
-
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.YearFraction_30E_360
-
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) -
startYear
protected com.rosetta.model.lib.mapper.MapperS<Integer> startYear(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:
startYearin classYearFraction.YearFraction_30E_360
-
endYear
protected com.rosetta.model.lib.mapper.MapperS<Integer> endYear(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:
endYearin classYearFraction.YearFraction_30E_360
-
startMonth
protected com.rosetta.model.lib.mapper.MapperS<Integer> startMonth(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:
startMonthin classYearFraction.YearFraction_30E_360
-
endMonth
protected com.rosetta.model.lib.mapper.MapperS<Integer> endMonth(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:
endMonthin classYearFraction.YearFraction_30E_360
-
endDay
protected com.rosetta.model.lib.mapper.MapperS<Integer> endDay(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:
endDayin classYearFraction.YearFraction_30E_360
-
startDay
protected com.rosetta.model.lib.mapper.MapperS<Integer> startDay(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:
startDayin classYearFraction.YearFraction_30E_360
-