Uses of Interface
cdm.product.template.AssetLeg
Packages that use AssetLeg
Package
Description
Template feature concepts to define payouts.
-
Uses of AssetLeg in cdm.product.template
Subinterfaces of AssetLeg in cdm.product.templateClasses in cdm.product.template that implement AssetLegModifier and TypeClassDescriptionstatic classBuilder Implementation of AssetLegstatic classImmutable Implementation of AssetLegMethods in cdm.product.template that return AssetLegModifier and TypeMethodDescriptionAssetLeg.AssetLegBuilderImpl.build()AssetLeg.AssetLegImpl.build()AssetLeg.build()Build MethodsMethods in cdm.product.template that return types with arguments of type AssetLegModifier and TypeMethodDescriptionAssetPayout.AssetPayoutImpl.getAssetLeg()AssetPayout.getAssetLeg()Defines each asset movement as a buy/sell at different dates, typically 1 near leg and 1 far leg in a securities financing transaction.AssetLeg.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetLeg> AssetLeg.metaData()Utility MethodsMethods in cdm.product.template with parameters of type AssetLegModifier and TypeMethodDescriptionAssetPayout.AssetPayoutBuilder.addAssetLeg(AssetLeg assetLeg) AssetPayout.AssetPayoutBuilder.addAssetLeg(AssetLeg assetLeg, int idx) AssetPayout.AssetPayoutBuilderImpl.addAssetLeg(AssetLeg _assetLeg) AssetPayout.AssetPayoutBuilderImpl.addAssetLeg(AssetLeg _assetLeg, int idx) Method parameters in cdm.product.template with type arguments of type AssetLegModifier and TypeMethodDescriptionAssetPayout.AssetPayoutBuilder.addAssetLeg(List<? extends AssetLeg> assetLeg) AssetPayout.AssetPayoutBuilderImpl.addAssetLeg(List<? extends AssetLeg> assetLegs) AssetPayout.AssetPayoutBuilder.setAssetLeg(List<? extends AssetLeg> assetLeg) AssetPayout.AssetPayoutBuilderImpl.setAssetLeg(List<? extends AssetLeg> assetLegs) -
Uses of AssetLeg in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type AssetLegModifier and TypeMethodDescriptionAssetLegMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) AssetLegMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) AssetLegMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AssetLeg> AssetLegMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetLeg> AssetLegMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AssetLeg> AssetLegMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetLeg> AssetLegMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AssetLeg in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type AssetLegModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AssetLegTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetLeg o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AssetLegValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetLeg o) -
Uses of AssetLeg in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type AssetLegModifier and TypeMethodDescriptionAssetLegOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type AssetLeg