Package cdm.product.asset.functions
Class ResolvePerformancePeriodStartPrice.ResolvePerformancePeriodStartPriceDefault
java.lang.Object
cdm.product.asset.functions.ResolvePerformancePeriodStartPrice
cdm.product.asset.functions.ResolvePerformancePeriodStartPrice.ResolvePerformancePeriodStartPriceDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
ResolvePerformancePeriodStartPrice
public static class ResolvePerformancePeriodStartPrice.ResolvePerformancePeriodStartPriceDefault
extends ResolvePerformancePeriodStartPrice
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.product.asset.functions.ResolvePerformancePeriodStartPrice
ResolvePerformancePeriodStartPrice.ResolvePerformancePeriodStartPriceDefault -
Field Summary
Fields inherited from class cdm.product.asset.functions.ResolvePerformancePeriodStartPrice
adjustedValuationDates0, objectValidator, resolveEquityInitialPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> adjustedValuationDates1(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) protected PriceSchedule.PriceScheduleBuilderassignOutput(PriceSchedule.PriceScheduleBuilder startPrice, PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) protected PriceSchedule.PriceScheduleBuilderdoEvaluate(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceReturnTerms> priceReturnTerms(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) Methods inherited from class cdm.product.asset.functions.ResolvePerformancePeriodStartPrice
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
-
ResolvePerformancePeriodStartPriceDefault
public ResolvePerformancePeriodStartPriceDefault()
-
-
Method Details
-
doEvaluate
protected PriceSchedule.PriceScheduleBuilder doEvaluate(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) - Specified by:
doEvaluatein classResolvePerformancePeriodStartPrice
-
assignOutput
protected PriceSchedule.PriceScheduleBuilder assignOutput(PriceSchedule.PriceScheduleBuilder startPrice, PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) -
priceReturnTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends PriceReturnTerms> priceReturnTerms(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) - Specified by:
priceReturnTermsin classResolvePerformancePeriodStartPrice
-
adjustedValuationDates1
protected com.rosetta.model.lib.mapper.MapperC<com.rosetta.model.lib.records.Date> adjustedValuationDates1(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) - Specified by:
adjustedValuationDates1in classResolvePerformancePeriodStartPrice
-