Package cdm.margin.schedule.functions
Class StandardizedScheduleFXVarianceNotionalAmount.StandardizedScheduleFXVarianceNotionalAmountDefault
java.lang.Object
cdm.margin.schedule.functions.StandardizedScheduleFXVarianceNotionalAmount
cdm.margin.schedule.functions.StandardizedScheduleFXVarianceNotionalAmount.StandardizedScheduleFXVarianceNotionalAmountDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
StandardizedScheduleFXVarianceNotionalAmount
public static class StandardizedScheduleFXVarianceNotionalAmount.StandardizedScheduleFXVarianceNotionalAmountDefault
extends StandardizedScheduleFXVarianceNotionalAmount
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.margin.schedule.functions.StandardizedScheduleFXVarianceNotionalAmount
StandardizedScheduleFXVarianceNotionalAmount.StandardizedScheduleFXVarianceNotionalAmountDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected BigDecimalassignOutput(BigDecimal amount, PerformancePayout performancePayout) protected BigDecimaldoEvaluate(PerformancePayout performancePayout) protected com.rosetta.model.lib.mapper.MapperS<? extends Price> fixedRate(PerformancePayout performancePayout) protected com.rosetta.model.lib.mapper.MapperS<? extends VarianceReturnTerms> varianceReturnTerms(PerformancePayout performancePayout) protected com.rosetta.model.lib.mapper.MapperS<? extends NonNegativeQuantitySchedule> vegaNotionalAmount(PerformancePayout performancePayout) Methods inherited from class cdm.margin.schedule.functions.StandardizedScheduleFXVarianceNotionalAmount
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
-
StandardizedScheduleFXVarianceNotionalAmountDefault
public StandardizedScheduleFXVarianceNotionalAmountDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classStandardizedScheduleFXVarianceNotionalAmount
-
assignOutput
-
varianceReturnTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends VarianceReturnTerms> varianceReturnTerms(PerformancePayout performancePayout) - Specified by:
varianceReturnTermsin classStandardizedScheduleFXVarianceNotionalAmount
-
vegaNotionalAmount
protected com.rosetta.model.lib.mapper.MapperS<? extends NonNegativeQuantitySchedule> vegaNotionalAmount(PerformancePayout performancePayout) - Specified by:
vegaNotionalAmountin classStandardizedScheduleFXVarianceNotionalAmount
-
fixedRate
protected com.rosetta.model.lib.mapper.MapperS<? extends Price> fixedRate(PerformancePayout performancePayout) - Specified by:
fixedRatein classStandardizedScheduleFXVarianceNotionalAmount
-