Package cdm.event.common.functions
Class Qualify_Reprice.Qualify_RepriceDefault
java.lang.Object
cdm.event.common.functions.Qualify_Reprice
cdm.event.common.functions.Qualify_Reprice.Qualify_RepriceDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_Reprice
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_Reprice
Qualify_Reprice.Qualify_RepriceDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_Reprice
extractAfterTradableProduct, extractBeforeEconomicTerms, extractBeforeTradableProduct, extractOpenEconomicTerms, extractTradeCollateralPrice, extractTradeCollateralQuantity, extractTradePurchasePrice, filterClosedTradeStates, filterOpenTradeStates -
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 com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) protected BooleandoEvaluate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Trade> openTrades(BusinessEvent businessEvent) Methods inherited from class cdm.event.common.functions.Qualify_Reprice
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_RepriceDefault
public Qualify_RepriceDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_Reprice
-
assignOutput
-
openTrades
protected com.rosetta.model.lib.mapper.MapperC<? extends Trade> openTrades(BusinessEvent businessEvent) - Specified by:
openTradesin classQualify_Reprice
-
closedTradeState
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) - Specified by:
closedTradeStatein classQualify_Reprice
-
beforeTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) - Specified by:
beforeTradableProductin classQualify_Reprice
-
afterTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> afterTradableProduct(BusinessEvent businessEvent) - Specified by:
afterTradableProductin classQualify_Reprice
-
beforeTradePurchasePrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradePurchasePrice(BusinessEvent businessEvent) - Specified by:
beforeTradePurchasePricein classQualify_Reprice
-
afterTradePurchasePrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradePurchasePrice(BusinessEvent businessEvent) - Specified by:
afterTradePurchasePricein classQualify_Reprice
-
beforeTradeCollateralQuantity
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradeCollateralQuantity(BusinessEvent businessEvent) - Specified by:
beforeTradeCollateralQuantityin classQualify_Reprice
-
afterTradeCollateralQuantity
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradeCollateralQuantity(BusinessEvent businessEvent) - Specified by:
afterTradeCollateralQuantityin classQualify_Reprice
-
beforeTradeCollateralPrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> beforeTradeCollateralPrice(BusinessEvent businessEvent) - Specified by:
beforeTradeCollateralPricein classQualify_Reprice
-
afterTradeCollateralPrice
protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> afterTradeCollateralPrice(BusinessEvent businessEvent) - Specified by:
afterTradeCollateralPricein classQualify_Reprice
-
beforeEconomicterms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) - Specified by:
beforeEconomictermsin classQualify_Reprice
-
openEconomicTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) - Specified by:
openEconomicTermsin classQualify_Reprice
-