Package cdm.event.common.functions
Class Qualify_Adjustment.Qualify_AdjustmentDefault
java.lang.Object
cdm.event.common.functions.Qualify_Adjustment
cdm.event.common.functions.Qualify_Adjustment.Qualify_AdjustmentDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_Adjustment
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_Adjustment
Qualify_Adjustment.Qualify_AdjustmentDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_Adjustment
extractAfterTradableProduct, extractBeforeEconomicTerms, extractBeforeTradableProduct, extractOpenEconomicTerms, extractTradeCollateralPrice, extractTradeCollateralQuantity, extractTradePurchasePrice -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> afterTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradeCollateralPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradePurchasePrice(BusinessEvent businessEvent) protected BooleanassignOutput(Boolean is_event, BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradeCollateralPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradePurchasePrice(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) Methods inherited from class cdm.event.common.functions.Qualify_Adjustment
evaluate, getNamePrefixMethods 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
-
Qualify_AdjustmentDefault
public Qualify_AdjustmentDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_Adjustment
-
assignOutput
-
beforeTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) - Specified by:
beforeTradableProductin classQualify_Adjustment
-
afterTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> afterTradableProduct(BusinessEvent businessEvent) - Specified by:
afterTradableProductin classQualify_Adjustment
-
beforeTradePurchasePrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradePurchasePrice(BusinessEvent businessEvent) - Specified by:
beforeTradePurchasePricein classQualify_Adjustment
-
afterTradePurchasePrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradePurchasePrice(BusinessEvent businessEvent) - Specified by:
afterTradePurchasePricein classQualify_Adjustment
-
beforeTradeCollateralQuantity
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradeCollateralQuantity(BusinessEvent businessEvent) - Specified by:
beforeTradeCollateralQuantityin classQualify_Adjustment
-
afterTradeCollateralQuantity
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradeCollateralQuantity(BusinessEvent businessEvent) - Specified by:
afterTradeCollateralQuantityin classQualify_Adjustment
-
beforeTradeCollateralPrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradeCollateralPrice(BusinessEvent businessEvent) - Specified by:
beforeTradeCollateralPricein classQualify_Adjustment
-
afterTradeCollateralPrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradeCollateralPrice(BusinessEvent businessEvent) - Specified by:
afterTradeCollateralPricein classQualify_Adjustment
-
beforeEconomicterms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) - Specified by:
beforeEconomictermsin classQualify_Adjustment
-
openEconomicTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) - Specified by:
openEconomicTermsin classQualify_Adjustment
-