Uses of Interface
cdm.event.common.BusinessEvent
Packages that use BusinessEvent
Package
Description
Business event concepts: primitives, contract state and associated state transition function specifications.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of BusinessEvent in cdm.event.common
Subinterfaces of BusinessEvent in cdm.event.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.event.common that implement BusinessEventModifier and TypeClassDescriptionstatic classBuilder Implementation of BusinessEventstatic classImmutable Implementation of BusinessEventMethods in cdm.event.common that return BusinessEventModifier and TypeMethodDescriptionBusinessEvent.build()Build MethodsBusinessEvent.BusinessEventBuilderImpl.build()BusinessEvent.BusinessEventImpl.build()Methods in cdm.event.common that return types with arguments of type BusinessEventModifier and TypeMethodDescriptiondefault Class<? extends BusinessEvent> BusinessEvent.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessEvent> BusinessEvent.metaData()Utility Methods -
Uses of BusinessEvent in cdm.event.common.functions
Methods in cdm.event.common.functions that return BusinessEventModifier and TypeMethodDescriptionCreate_BusinessEvent.evaluate(List<? extends Instruction> instruction, EventIntentEnum intent, com.rosetta.model.lib.records.Date eventDate, com.rosetta.model.lib.records.Date effectiveDate) Create_Return.evaluate(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) Methods in cdm.event.common.functions with parameters of type BusinessEventModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> Qualify_OnDemandPayment.afterCashFlow(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault.afterCashFlow(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Adjustment.afterTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Adjustment.Qualify_AdjustmentDefault.afterTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_PartialDelivery.afterTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.afterTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Reprice.afterTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Reprice.Qualify_RepriceDefault.afterTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.afterTradeCollateralPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.Qualify_AdjustmentDefault.afterTradeCollateralPrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.afterTradeCollateralPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.Qualify_RepriceDefault.afterTradeCollateralPrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.afterTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.Qualify_AdjustmentDefault.afterTradeCollateralQuantity(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_PartialDelivery.afterTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.afterTradeCollateralQuantity(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.afterTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.Qualify_RepriceDefault.afterTradeCollateralQuantity(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.afterTradePurchasePrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.Qualify_AdjustmentDefault.afterTradePurchasePrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.afterTradePurchasePrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.Qualify_RepriceDefault.afterTradePurchasePrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_OnDemandPayment.afterTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault.afterTradeStates(BusinessEvent businessEvent) protected TradableProduct.TradableProductBuilderExtractAfterTradableProduct.ExtractAfterTradableProductDefault.assignOutput(TradableProduct.TradableProductBuilder tradableProduct, BusinessEvent businessEvent) protected EconomicTerms.EconomicTermsBuilderExtractBeforeEconomicTerms.ExtractBeforeEconomicTermsDefault.assignOutput(EconomicTerms.EconomicTermsBuilder economicTerms, BusinessEvent businessEvent) protected TradableProduct.TradableProductBuilderExtractBeforeTradableProduct.ExtractBeforeTradableProductDefault.assignOutput(TradableProduct.TradableProductBuilder tradableProduct, BusinessEvent businessEvent) protected EconomicTerms.EconomicTermsBuilderExtractOpenEconomicTerms.ExtractOpenEconomicTermsDefault.assignOutput(EconomicTerms.EconomicTermsBuilder economicTerms, BusinessEvent businessEvent) protected BooleanQualify_Adjustment.Qualify_AdjustmentDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Cancellation.Qualify_CancellationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_OnDemandPayment.Qualify_OnDemandPaymentDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_PairOff.Qualify_PairOffDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_PartialDelivery.Qualify_PartialDeliveryDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Reprice.Qualify_RepriceDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Repurchase.Qualify_RepurchaseDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Roll.Qualify_RollDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Shaping.Qualify_ShapingDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Substitution.Qualify_SubstitutionDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> Qualify_OnDemandPayment.beforeCashFlow(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Cashflow> Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault.beforeCashFlow(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Adjustment.beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Adjustment.Qualify_AdjustmentDefault.beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_OnDemandRateChange.beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_PartialDelivery.beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Reprice.beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Reprice.Qualify_RepriceDefault.beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Roll.beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Roll.Qualify_RollDefault.beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Substitution.beforeEconomicterms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Substitution.Qualify_SubstitutionDefault.beforeEconomicterms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> Qualify_OnDemandRateChange.beforePriceQuantityNoRate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.beforePriceQuantityNoRate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_OnDemandRateChange.beforePriceQuantityRateOnly(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.beforePriceQuantityRateOnly(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Adjustment.beforeTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Adjustment.Qualify_AdjustmentDefault.beforeTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_OnDemandRateChange.beforeTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.beforeTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_PartialDelivery.beforeTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.beforeTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Reprice.beforeTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_Reprice.Qualify_RepriceDefault.beforeTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.beforeTradeCollateralPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.Qualify_AdjustmentDefault.beforeTradeCollateralPrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.beforeTradeCollateralPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.Qualify_RepriceDefault.beforeTradeCollateralPrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.Qualify_AdjustmentDefault.beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_PartialDelivery.beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.Qualify_RepriceDefault.beforeTradeCollateralQuantity(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.beforeTradePurchasePrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Adjustment.Qualify_AdjustmentDefault.beforeTradePurchasePrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.beforeTradePurchasePrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_Reprice.Qualify_RepriceDefault.beforeTradePurchasePrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Shaping.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Shaping.Qualify_ShapingDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Cancellation.closedEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Cancellation.Qualify_CancellationDefault.closedEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_OnDemandRateChange.closedTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.closedTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PartialDelivery.closedTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.closedTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Reprice.closedTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Reprice.Qualify_RepriceDefault.closedTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Roll.closedTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Roll.Qualify_RollDefault.closedTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Qualify_Shaping.closedTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Qualify_Shaping.Qualify_ShapingDefault.closedTradeState(BusinessEvent businessEvent) protected abstract TradableProduct.TradableProductBuilderExtractAfterTradableProduct.doEvaluate(BusinessEvent businessEvent) protected TradableProduct.TradableProductBuilderExtractAfterTradableProduct.ExtractAfterTradableProductDefault.doEvaluate(BusinessEvent businessEvent) protected abstract EconomicTerms.EconomicTermsBuilderExtractBeforeEconomicTerms.doEvaluate(BusinessEvent businessEvent) protected EconomicTerms.EconomicTermsBuilderExtractBeforeEconomicTerms.ExtractBeforeEconomicTermsDefault.doEvaluate(BusinessEvent businessEvent) protected abstract TradableProduct.TradableProductBuilderExtractBeforeTradableProduct.doEvaluate(BusinessEvent businessEvent) protected TradableProduct.TradableProductBuilderExtractBeforeTradableProduct.ExtractBeforeTradableProductDefault.doEvaluate(BusinessEvent businessEvent) protected abstract EconomicTerms.EconomicTermsBuilderExtractOpenEconomicTerms.doEvaluate(BusinessEvent businessEvent) protected EconomicTerms.EconomicTermsBuilderExtractOpenEconomicTerms.ExtractOpenEconomicTermsDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Adjustment.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Adjustment.Qualify_AdjustmentDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Cancellation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Cancellation.Qualify_CancellationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_OnDemandPayment.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_OnDemandPayment.Qualify_OnDemandPaymentDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_OnDemandRateChange.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_PairOff.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_PairOff.Qualify_PairOffDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_PartialDelivery.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_PartialDelivery.Qualify_PartialDeliveryDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Reprice.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Reprice.Qualify_RepriceDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Repurchase.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Repurchase.Qualify_RepurchaseDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Roll.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Roll.Qualify_RollDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Shaping.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Shaping.Qualify_ShapingDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Substitution.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Substitution.Qualify_SubstitutionDefault.doEvaluate(BusinessEvent businessEvent) ExtractAfterTradableProduct.evaluate(BusinessEvent businessEvent) ExtractBeforeEconomicTerms.evaluate(BusinessEvent businessEvent) ExtractBeforeTradableProduct.evaluate(BusinessEvent businessEvent) ExtractOpenEconomicTerms.evaluate(BusinessEvent businessEvent) Qualify_Adjustment.evaluate(BusinessEvent businessEvent) Qualify_Cancellation.evaluate(BusinessEvent businessEvent) Qualify_OnDemandPayment.evaluate(BusinessEvent businessEvent) Qualify_OnDemandRateChange.evaluate(BusinessEvent businessEvent) Qualify_PairOff.evaluate(BusinessEvent businessEvent) Qualify_PartialDelivery.evaluate(BusinessEvent businessEvent) Qualify_Reprice.evaluate(BusinessEvent businessEvent) Qualify_Repurchase.evaluate(BusinessEvent businessEvent) Qualify_Roll.evaluate(BusinessEvent businessEvent) Qualify_Shaping.evaluate(BusinessEvent businessEvent) Qualify_Substitution.evaluate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Instruction> Qualify_OnDemandPayment.instruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Instruction> Qualify_OnDemandPayment.Qualify_OnDemandPaymentDefault.instruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Instruction> Qualify_Shaping.instruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Instruction> Qualify_Shaping.Qualify_ShapingDefault.instruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Instruction> Qualify_PairOff.newTradeInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Instruction> Qualify_PairOff.Qualify_PairOffDefault.newTradeInstruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Adjustment.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Adjustment.Qualify_AdjustmentDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Cancellation.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Cancellation.Qualify_CancellationDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_OnDemandRateChange.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_PartialDelivery.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Reprice.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Reprice.Qualify_RepriceDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Roll.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Roll.Qualify_RollDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Substitution.openEconomicTerms(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends EconomicTerms> Qualify_Substitution.Qualify_SubstitutionDefault.openEconomicTerms(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> Qualify_OnDemandRateChange.openPriceQuantityNoRate(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends PriceQuantity> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.openPriceQuantityNoRate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_OnDemandRateChange.openPriceQuantityRateOnly(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<BigDecimal> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.openPriceQuantityRateOnly(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_OnDemandRateChange.openTradableProduct(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_OnDemandRateChange.Qualify_OnDemandRateChangeDefault.openTradableProduct(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Trade> Qualify_Shaping.openTradeNoExecutionDetails(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Trade> Qualify_Shaping.Qualify_ShapingDefault.openTradeNoExecutionDetails(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Trade> Qualify_PartialDelivery.openTrades(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Trade> Qualify_PartialDelivery.Qualify_PartialDeliveryDefault.openTrades(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Trade> Qualify_Reprice.openTrades(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Trade> Qualify_Reprice.Qualify_RepriceDefault.openTrades(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PairOff.openTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PairOff.Qualify_PairOffDefault.openTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Shaping.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Shaping.Qualify_ShapingDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends IdentifiedList> Qualify_PairOff.packageRef(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends IdentifiedList> Qualify_PairOff.Qualify_PairOffDefault.packageRef(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends IdentifiedList> Qualify_Shaping.packageRef(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends IdentifiedList> Qualify_Shaping.Qualify_ShapingDefault.packageRef(BusinessEvent businessEvent) -
Uses of BusinessEvent in cdm.event.common.meta
Methods in cdm.event.common.meta that return types with arguments of type BusinessEventModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BusinessEvent>> BusinessEventMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BusinessEvent, com.rosetta.model.lib.qualify.QualifyResult>> BusinessEventMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BusinessEvent, Set<String>> BusinessEventMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BusinessEvent> BusinessEventMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BusinessEvent> BusinessEventMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BusinessEvent> BusinessEventMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BusinessEvent> BusinessEventMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BusinessEvent in cdm.event.common.validation
Methods in cdm.event.common.validation with parameters of type BusinessEventModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BusinessEventTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BusinessEvent o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BusinessEventValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BusinessEvent o) -
Uses of BusinessEvent in cdm.event.common.validation.datarule
Methods in cdm.event.common.validation.datarule with parameters of type BusinessEventModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BusinessEventEventDate.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BusinessEvent businessEvent) List<com.rosetta.model.lib.validation.ValidationResult<?>> BusinessEventEventDate.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BusinessEvent businessEvent) -
Uses of BusinessEvent in cdm.event.common.validation.exists
Methods in cdm.event.common.validation.exists with type parameters of type BusinessEventModifier and TypeMethodDescription<T2 extends BusinessEvent>
com.rosetta.model.lib.validation.ValidationResult<BusinessEvent> BusinessEventOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.common.validation.exists that return types with arguments of type BusinessEventModifier and TypeMethodDescription<T2 extends BusinessEvent>
com.rosetta.model.lib.validation.ValidationResult<BusinessEvent> BusinessEventOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of BusinessEvent in cdm.event.qualification.functions
Methods in cdm.event.qualification.functions with parameters of type BusinessEventModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.adjustmentRatioMatches(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.Qualify_StockSplitDefault.adjustmentRatioMatches(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_IndexTransition.adjustmentSpreadAdded(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_IndexTransition.Qualify_IndexTransitionDefault.adjustmentSpreadAdded(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_IndexTransition.after(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradableProduct> Qualify_IndexTransition.Qualify_IndexTransitionDefault.after(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.afterCurrencyAmount(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.Qualify_StockSplitDefault.afterCurrencyAmount(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.afterNoOfUnits(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.Qualify_StockSplitDefault.afterNoOfUnits(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.afterPrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.Qualify_StockSplitDefault.afterPrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> Qualify_StockSplit.afterQuantities(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> Qualify_StockSplit.Qualify_StockSplitDefault.afterQuantities(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Qualify_Reset.afterTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Qualify_Reset.Qualify_ResetDefault.afterTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Qualify_StockSplit.afterTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends TradeState> Qualify_StockSplit.Qualify_StockSplitDefault.afterTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.afterTransfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.Qualify_CashTransferDefault.afterTransfers(BusinessEvent businessEvent) protected BooleanQualify_Allocation.Qualify_AllocationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_CashAndSecurityTransfer.Qualify_CashAndSecurityTransferDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_CashTransfer.Qualify_CashTransferDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_ClearedTrade.Qualify_ClearedTradeDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Compression.Qualify_CompressionDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_ContractFormation.Qualify_ContractFormationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_CorporateActionDetermined.Qualify_CorporateActionDeterminedDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_CreditEventDetermined.Qualify_CreditEventDeterminedDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Execution.Qualify_ExecutionDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Exercise.Qualify_ExerciseDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_FullReturn.Qualify_FullReturnDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Increase.Qualify_IncreaseDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_IndexTransition.Qualify_IndexTransitionDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Novation.Qualify_NovationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_OpenOfferClearedTrade.Qualify_OpenOfferClearedTradeDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_PartialNovation.Qualify_PartialNovationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_PartialTermination.Qualify_PartialTerminationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_PortfolioRebalancing.Qualify_PortfolioRebalancingDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Reallocation.Qualify_ReallocationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Renegotiation.Qualify_RenegotiationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Reset.Qualify_ResetDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_SecuritySettlement.Qualify_SecuritySettlementDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_SecurityTransfer.Qualify_SecurityTransferDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_StockSplit.Qualify_StockSplitDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_Termination.Qualify_TerminationDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected BooleanQualify_ValuationUpdate.Qualify_ValuationUpdateDefault.assignOutput(Boolean is_event, BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradableProduct> Qualify_IndexTransition.before(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradableProduct> Qualify_IndexTransition.Qualify_IndexTransitionDefault.before(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.beforeCurrencyAmount(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.Qualify_StockSplitDefault.beforeCurrencyAmount(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.beforeNoOfUnits(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.Qualify_StockSplitDefault.beforeNoOfUnits(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.beforePrice(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<BigDecimal> Qualify_StockSplit.Qualify_StockSplitDefault.beforePrice(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> Qualify_StockSplit.beforeQuantities(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends FieldWithMetaNonNegativeQuantitySchedule> Qualify_StockSplit.Qualify_StockSplitDefault.beforeQuantities(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Allocation.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Allocation.Qualify_AllocationDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_ClearedTrade.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_ClearedTrade.Qualify_ClearedTradeDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Novation.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Novation.Qualify_NovationDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends ReferenceWithMetaTradeState> Qualify_OpenOfferClearedTrade.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends ReferenceWithMetaTradeState> Qualify_OpenOfferClearedTrade.Qualify_OpenOfferClearedTradeDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_PartialNovation.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_PartialNovation.Qualify_PartialNovationDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Reallocation.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Reallocation.Qualify_ReallocationDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Reset.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_Reset.Qualify_ResetDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_StockSplit.beforeTradeState(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends ReferenceWithMetaTradeState> Qualify_StockSplit.Qualify_StockSplitDefault.beforeTradeState(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.beforeTransfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TransferState> Qualify_CashTransfer.Qualify_CashTransferDefault.beforeTransfers(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.cashPriceChanged(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.Qualify_StockSplitDefault.cashPriceChanged(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Allocation.closedTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Allocation.Qualify_AllocationDefault.closedTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_ClearedTrade.closedTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_ClearedTrade.Qualify_ClearedTradeDefault.closedTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Novation.closedTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Novation.Qualify_NovationDefault.closedTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PartialNovation.closedTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PartialNovation.Qualify_PartialNovationDefault.closedTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Reallocation.closedTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Reallocation.Qualify_ReallocationDefault.closedTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.currencyAmountUnchanged(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.Qualify_StockSplitDefault.currencyAmountUnchanged(BusinessEvent businessEvent) protected abstract BooleanQualify_Allocation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Allocation.Qualify_AllocationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_CashAndSecurityTransfer.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_CashAndSecurityTransfer.Qualify_CashAndSecurityTransferDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_CashTransfer.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_CashTransfer.Qualify_CashTransferDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_ClearedTrade.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_ClearedTrade.Qualify_ClearedTradeDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Compression.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Compression.Qualify_CompressionDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_ContractFormation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_ContractFormation.Qualify_ContractFormationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_CorporateActionDetermined.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_CorporateActionDetermined.Qualify_CorporateActionDeterminedDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_CreditEventDetermined.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_CreditEventDetermined.Qualify_CreditEventDeterminedDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Execution.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Execution.Qualify_ExecutionDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Exercise.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Exercise.Qualify_ExerciseDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_FullReturn.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_FullReturn.Qualify_FullReturnDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Increase.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Increase.Qualify_IncreaseDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_IndexTransition.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_IndexTransition.Qualify_IndexTransitionDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Novation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Novation.Qualify_NovationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_OpenOfferClearedTrade.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_OpenOfferClearedTrade.Qualify_OpenOfferClearedTradeDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_PartialNovation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_PartialNovation.Qualify_PartialNovationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_PartialTermination.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_PartialTermination.Qualify_PartialTerminationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_PortfolioRebalancing.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_PortfolioRebalancing.Qualify_PortfolioRebalancingDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Reallocation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Reallocation.Qualify_ReallocationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Renegotiation.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Renegotiation.Qualify_RenegotiationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Reset.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Reset.Qualify_ResetDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_SecuritySettlement.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_SecuritySettlement.Qualify_SecuritySettlementDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_SecurityTransfer.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_SecurityTransfer.Qualify_SecurityTransferDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_StockSplit.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_StockSplit.Qualify_StockSplitDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_Termination.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_Termination.Qualify_TerminationDefault.doEvaluate(BusinessEvent businessEvent) protected abstract BooleanQualify_ValuationUpdate.doEvaluate(BusinessEvent businessEvent) protected BooleanQualify_ValuationUpdate.Qualify_ValuationUpdateDefault.doEvaluate(BusinessEvent businessEvent) Qualify_Allocation.evaluate(BusinessEvent businessEvent) Qualify_CashAndSecurityTransfer.evaluate(BusinessEvent businessEvent) Qualify_CashTransfer.evaluate(BusinessEvent businessEvent) Qualify_ClearedTrade.evaluate(BusinessEvent businessEvent) Qualify_Compression.evaluate(BusinessEvent businessEvent) Qualify_ContractFormation.evaluate(BusinessEvent businessEvent) Qualify_CorporateActionDetermined.evaluate(BusinessEvent businessEvent) Qualify_CreditEventDetermined.evaluate(BusinessEvent businessEvent) Qualify_Execution.evaluate(BusinessEvent businessEvent) Qualify_Exercise.evaluate(BusinessEvent businessEvent) Qualify_FullReturn.evaluate(BusinessEvent businessEvent) Qualify_Increase.evaluate(BusinessEvent businessEvent) Qualify_IndexTransition.evaluate(BusinessEvent businessEvent) Qualify_Novation.evaluate(BusinessEvent businessEvent) Qualify_OpenOfferClearedTrade.evaluate(BusinessEvent businessEvent) Qualify_PartialNovation.evaluate(BusinessEvent businessEvent) Qualify_PartialTermination.evaluate(BusinessEvent businessEvent) Qualify_PortfolioRebalancing.evaluate(BusinessEvent businessEvent) Qualify_Reallocation.evaluate(BusinessEvent businessEvent) Qualify_Renegotiation.evaluate(BusinessEvent businessEvent) Qualify_Reset.evaluate(BusinessEvent businessEvent) Qualify_SecuritySettlement.evaluate(BusinessEvent businessEvent) Qualify_SecurityTransfer.evaluate(BusinessEvent businessEvent) Qualify_StockSplit.evaluate(BusinessEvent businessEvent) Qualify_Termination.evaluate(BusinessEvent businessEvent) Qualify_ValuationUpdate.evaluate(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_IndexTransition.floatingRateIndexChanged(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_IndexTransition.Qualify_IndexTransitionDefault.floatingRateIndexChanged(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Instruction> Qualify_ValuationUpdate.instruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Instruction> Qualify_ValuationUpdate.Qualify_ValuationUpdateDefault.instruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.noOfUnitsChanged(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<Boolean> Qualify_StockSplit.Qualify_StockSplitDefault.noOfUnitsChanged(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Allocation.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Allocation.Qualify_AllocationDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_ClearedTrade.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_ClearedTrade.Qualify_ClearedTradeDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Novation.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Novation.Qualify_NovationDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_OpenOfferClearedTrade.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_OpenOfferClearedTrade.Qualify_OpenOfferClearedTradeDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PartialNovation.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_PartialNovation.Qualify_PartialNovationDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Reallocation.openTradeStates(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TradeState> Qualify_Reallocation.Qualify_ReallocationDefault.openTradeStates(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_ContractFormation.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_ContractFormation.Qualify_ContractFormationDefault.primitiveInstruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Execution.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Execution.Qualify_ExecutionDefault.primitiveInstruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Exercise.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Exercise.Qualify_ExerciseDefault.primitiveInstruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Increase.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Increase.Qualify_IncreaseDefault.primitiveInstruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_PartialTermination.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_PartialTermination.Qualify_PartialTerminationDefault.primitiveInstruction(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Termination.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PrimitiveInstruction> Qualify_Termination.Qualify_TerminationDefault.primitiveInstruction(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceSchedule> Qualify_IndexTransition.Qualify_IndexTransitionDefault.spread(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends PriceSchedule> Qualify_IndexTransition.spread(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Qualify_FullReturn.Qualify_FullReturnDefault.transfer(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Qualify_FullReturn.transfer(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_Increase.Qualify_IncreaseDefault.transfer(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_Increase.transfer(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Qualify_SecurityTransfer.Qualify_SecurityTransferDefault.transfer(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Qualify_SecurityTransfer.transfer(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Qualify_Termination.Qualify_TerminationDefault.transfer(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperS<? extends Transfer> Qualify_Termination.transfer(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends TransferInstruction> Qualify_CashTransfer.Qualify_CashTransferDefault.transferInstructions(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends TransferInstruction> Qualify_CashTransfer.transferInstructions(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_PartialTermination.Qualify_PartialTerminationDefault.transfers(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_PartialTermination.transfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_Renegotiation.Qualify_RenegotiationDefault.transfers(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_Renegotiation.transfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_SecuritySettlement.Qualify_SecuritySettlementDefault.transfers(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_SecuritySettlement.transfers(BusinessEvent businessEvent) protected com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_CashAndSecurityTransfer.Qualify_CashAndSecurityTransferDefault.transfersForDate1(BusinessEvent businessEvent) protected abstract com.rosetta.model.lib.mapper.MapperC<? extends Transfer> Qualify_CashAndSecurityTransfer.transfersForDate1(BusinessEvent businessEvent) -
Uses of BusinessEvent in cdm.event.workflow
Methods in cdm.event.workflow that return BusinessEventModifier and TypeMethodDescriptionWorkflowStep.getBusinessEvent()Life cycle event for the step.WorkflowStep.WorkflowStepImpl.getBusinessEvent()Methods in cdm.event.workflow with parameters of type BusinessEventModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.setBusinessEvent(BusinessEvent businessEvent) WorkflowStep.WorkflowStepBuilderImpl.setBusinessEvent(BusinessEvent _businessEvent) -
Uses of BusinessEvent in cdm.event.workflow.functions
Methods in cdm.event.workflow.functions with parameters of type BusinessEventModifier and TypeMethodDescriptionprotected WorkflowStep.WorkflowStepBuilderCreate_AcceptedWorkflowStep.Create_AcceptedWorkflowStepDefault.assignOutput(WorkflowStep.WorkflowStepBuilder acceptedWorkflowStep, MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep proposedWorkflowStep, BusinessEvent businessEvent) protected WorkflowStep.WorkflowStepBuilderCreate_WorkflowStep.Create_WorkflowStepDefault.assignOutput(WorkflowStep.WorkflowStepBuilder workflowStep, MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep previousWorkflowStep, ActionEnum action, BusinessEvent businessEvent) protected WorkflowStep.WorkflowStepBuilderCreate_AcceptedWorkflowStep.Create_AcceptedWorkflowStepDefault.doEvaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep proposedWorkflowStep, BusinessEvent businessEvent) protected abstract WorkflowStep.WorkflowStepBuilderCreate_AcceptedWorkflowStep.doEvaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep proposedWorkflowStep, BusinessEvent businessEvent) protected WorkflowStep.WorkflowStepBuilderCreate_WorkflowStep.Create_WorkflowStepDefault.doEvaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep previousWorkflowStep, ActionEnum action, BusinessEvent businessEvent) protected abstract WorkflowStep.WorkflowStepBuilderCreate_WorkflowStep.doEvaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep previousWorkflowStep, ActionEnum action, BusinessEvent businessEvent) Create_AcceptedWorkflowStep.evaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep proposedWorkflowStep, BusinessEvent businessEvent) Create_WorkflowStep.evaluate(MessageInformation messageInformation, List<? extends EventTimestamp> timestamp, List<? extends Identifier> eventIdentifier, List<? extends Party> party, List<? extends Account> account, WorkflowStep previousWorkflowStep, ActionEnum action, BusinessEvent businessEvent) -
Uses of BusinessEvent in cdm.security.lending.functions
Methods in cdm.security.lending.functions that return BusinessEventModifier and TypeMethodDescriptionSettlementFunctionHelper.createExecution(ExecutionInstruction executionInstruction, com.rosetta.model.lib.records.Date eventDate) SettlementFunctionHelper.createReturn(TradeState tradeState, ReturnInstruction returnInstruction, com.rosetta.model.lib.records.Date returnDate) SettlementFunctionHelper.createTransferBusinessEvent(EventInstruction transferInstruction) Methods in cdm.security.lending.functions with parameters of type BusinessEventModifier and TypeMethodDescriptionWorkflowFunctionHelper.createAcceptedWorkflowStep(WorkflowStep proposedTransferWorkflowStep, BusinessEvent transferBusinessEvent, ZonedDateTime zonedDateTime) SettlementFunctionHelper.createReturnTransferInstruction(BusinessEvent executionBusinessEvent, List<? extends Quantity> quantities, LocalDate transferDate) SettlementFunctionHelper.createTransferInstruction(BusinessEvent executionBusinessEvent, LocalDate transferDate) WorkflowFunctionHelper.createWorkflowStep(BusinessEvent businessEvent, ZonedDateTime zonedDateTime) SettlementFunctionHelper.farSettlementDate(BusinessEvent businessEvent) SettlementFunctionHelper.nearSettlementDate(BusinessEvent businessEvent) -
Uses of BusinessEvent in org.isda.cdm.qualify
Methods in org.isda.cdm.qualify that return BusinessEventModifier and TypeMethodDescriptionBusinessEventQualificationHandler.getQualifiableObject(BusinessEvent businessEvent) Methods in org.isda.cdm.qualify that return types with arguments of type BusinessEventMethods in org.isda.cdm.qualify with parameters of type BusinessEventModifier and TypeMethodDescriptionBusinessEventQualificationHandler.getQualifiableObject(BusinessEvent businessEvent) BusinessEventQualificationHandler.getQualifier(BusinessEvent businessEvent)