Package cdm.event.common.functions
Class Qualify_PartialDelivery.Qualify_PartialDeliveryDefault
java.lang.Object
cdm.event.common.functions.Qualify_PartialDelivery
cdm.event.common.functions.Qualify_PartialDelivery.Qualify_PartialDeliveryDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.IQualifyFunctionExtension<BusinessEvent>,com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
Qualify_PartialDelivery
public static class Qualify_PartialDelivery.Qualify_PartialDeliveryDefault
extends Qualify_PartialDelivery
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.event.common.functions.Qualify_PartialDelivery
Qualify_PartialDelivery.Qualify_PartialDeliveryDefault -
Field Summary
Fields inherited from class cdm.event.common.functions.Qualify_PartialDelivery
extractAfterTradableProduct, extractBeforeEconomicTerms, extractBeforeTradableProduct, extractOpenEconomicTerms, extractTradeCollateralQuantity, 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.MapperS<BigDecimal> afterTradeCollateralQuantity(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.MapperS<BigDecimal> beforeTradeCollateralQuantity(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_PartialDelivery
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_PartialDeliveryDefault
public Qualify_PartialDeliveryDefault()
-
-
Method Details
-
doEvaluate
- Specified by:
doEvaluatein classQualify_PartialDelivery
-
assignOutput
-
beforeEconomicterms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> beforeEconomicterms(BusinessEvent businessEvent) - Specified by:
beforeEconomictermsin classQualify_PartialDelivery
-
openEconomicTerms
protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> openEconomicTerms(BusinessEvent businessEvent) - Specified by:
openEconomicTermsin classQualify_PartialDelivery
-
openTrades
protected com.rosetta.model.lib.mapper.MapperC<? extends Trade> openTrades(BusinessEvent businessEvent) - Specified by:
openTradesin classQualify_PartialDelivery
-
closedTradeState
protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> closedTradeState(BusinessEvent businessEvent) - Specified by:
closedTradeStatein classQualify_PartialDelivery
-
beforeTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> beforeTradableProduct(BusinessEvent businessEvent) - Specified by:
beforeTradableProductin classQualify_PartialDelivery
-
afterTradableProduct
protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> afterTradableProduct(BusinessEvent businessEvent) - Specified by:
afterTradableProductin classQualify_PartialDelivery
-
beforeTradeCollateralQuantity
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> beforeTradeCollateralQuantity(BusinessEvent businessEvent) - Specified by:
beforeTradeCollateralQuantityin classQualify_PartialDelivery
-
afterTradeCollateralQuantity
protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> afterTradeCollateralQuantity(BusinessEvent businessEvent) - Specified by:
afterTradeCollateralQuantityin classQualify_PartialDelivery
-