Package cdm.event.common.functions
Class ResolvePerformanceObservationIdentifiers.ResolvePerformanceObservationIdentifiersDefault
java.lang.Object
cdm.event.common.functions.ResolvePerformanceObservationIdentifiers
cdm.event.common.functions.ResolvePerformanceObservationIdentifiers.ResolvePerformanceObservationIdentifiersDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
ResolvePerformanceObservationIdentifiers
public static class ResolvePerformanceObservationIdentifiers.ResolvePerformanceObservationIdentifiersDefault
extends ResolvePerformanceObservationIdentifiers
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.ResolvePerformanceObservationIdentifiers
ResolvePerformanceObservationIdentifiers.ResolvePerformanceObservationIdentifiersDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.ResolvePerformanceObservationIdentifiers
adjustedValuationDates, objectValidator, resolveAdjustableDate, resolvePerformanceValuationTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> adjustedFinalValuationDate(PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) assignOutput(ObservationIdentifier.ObservationIdentifierBuilder identifiers, PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) doEvaluate(PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) protected com.rosetta.model.lib.mapper.MapperS<? extends PerformanceValuationDates> valuationDates(PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) Methods inherited from class cdm.event.common.functions.ResolvePerformanceObservationIdentifiers
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
-
ResolvePerformanceObservationIdentifiersDefault
public ResolvePerformanceObservationIdentifiersDefault()
-
-
Method Details
-
doEvaluate
protected ObservationIdentifier.ObservationIdentifierBuilder doEvaluate(PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) - Specified by:
doEvaluatein classResolvePerformanceObservationIdentifiers
-
assignOutput
protected ObservationIdentifier.ObservationIdentifierBuilder assignOutput(ObservationIdentifier.ObservationIdentifierBuilder identifiers, PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) -
adjustedFinalValuationDate
protected com.rosetta.model.lib.mapper.MapperS<com.rosetta.model.lib.records.Date> adjustedFinalValuationDate(PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) - Specified by:
adjustedFinalValuationDatein classResolvePerformanceObservationIdentifiers
-
valuationDates
protected com.rosetta.model.lib.mapper.MapperS<? extends PerformanceValuationDates> valuationDates(PerformancePayout payout, com.rosetta.model.lib.records.Date adjustedDate) - Specified by:
valuationDatesin classResolvePerformanceObservationIdentifiers
-