Package cdm.product.asset.functions
Class ResolvePerformancePeriodStartPrice
java.lang.Object
cdm.product.asset.functions.ResolvePerformancePeriodStartPrice
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Direct Known Subclasses:
ResolvePerformancePeriodStartPrice.ResolvePerformancePeriodStartPriceDefault
public abstract class ResolvePerformancePeriodStartPrice
extends Object
implements com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AdjustedValuationDatesprotected com.rosetta.model.lib.functions.ModelObjectValidatorprotected ResolveEquityInitialPrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract 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 abstract PriceSchedule.PriceScheduleBuilderdoEvaluate(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) evaluate(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) protected abstract 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 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
-
Field Details
-
objectValidator
@Inject protected com.rosetta.model.lib.functions.ModelObjectValidator objectValidator -
adjustedValuationDates0
-
resolveEquityInitialPrice
-
-
Constructor Details
-
ResolvePerformancePeriodStartPrice
public ResolvePerformancePeriodStartPrice()
-
-
Method Details
-
evaluate
public PriceSchedule evaluate(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) - Parameters:
performancePayout-price-observable-adjustedDate-- Returns:
- startPrice
-
doEvaluate
protected abstract PriceSchedule.PriceScheduleBuilder doEvaluate(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) -
priceReturnTerms
protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PriceReturnTerms> priceReturnTerms(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) -
adjustedValuationDates1
protected abstract 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)
-