Uses of Interface
cdm.product.asset.PriceReturnTerms
Packages that use PriceReturnTerms
Package
Description
Master agreement concepts.
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of PriceReturnTerms in cdm.legaldocumentation.master
Methods in cdm.legaldocumentation.master that return PriceReturnTermsModifier and TypeMethodDescriptionEquitySwapMasterConfirmation2018.EquitySwapMasterConfirmation2018Impl.getPricingMethodElection()EquitySwapMasterConfirmation2018.getPricingMethodElection()Per Part 1 Section 5, 'Pricing', of the 2018 ISDA CDM Equity Confirmation, Para 5.1Methods in cdm.legaldocumentation.master with parameters of type PriceReturnTermsModifier and TypeMethodDescriptionEquitySwapMasterConfirmation2018.EquitySwapMasterConfirmation2018Builder.setPricingMethodElection(PriceReturnTerms pricingMethodElection) EquitySwapMasterConfirmation2018.EquitySwapMasterConfirmation2018BuilderImpl.setPricingMethodElection(PriceReturnTerms _pricingMethodElection) -
Uses of PriceReturnTerms in cdm.product.asset
Subinterfaces of PriceReturnTerms in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement PriceReturnTermsModifier and TypeClassDescriptionstatic classBuilder Implementation of PriceReturnTermsstatic classImmutable Implementation of PriceReturnTermsMethods in cdm.product.asset that return PriceReturnTermsModifier and TypeMethodDescriptionPriceReturnTerms.build()Build MethodsPriceReturnTerms.PriceReturnTermsBuilderImpl.build()PriceReturnTerms.PriceReturnTermsImpl.build()Methods in cdm.product.asset that return types with arguments of type PriceReturnTermsModifier and TypeMethodDescriptiondefault Class<? extends PriceReturnTerms> PriceReturnTerms.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PriceReturnTerms> PriceReturnTerms.metaData()Utility Methods -
Uses of PriceReturnTerms in cdm.product.asset.functions
Methods in cdm.product.asset.functions that return types with arguments of type PriceReturnTermsModifier and TypeMethodDescriptionprotected abstract com.rosetta.model.lib.mapper.MapperS<? extends PriceReturnTerms> ResolvePerformancePeriodStartPrice.priceReturnTerms(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) protected com.rosetta.model.lib.mapper.MapperS<? extends PriceReturnTerms> ResolvePerformancePeriodStartPrice.ResolvePerformancePeriodStartPriceDefault.priceReturnTerms(PerformancePayout performancePayout, List<? extends PriceSchedule> price, Observable observable, com.rosetta.model.lib.records.Date adjustedDate) -
Uses of PriceReturnTerms in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type PriceReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PriceReturnTerms>> PriceReturnTermsMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PriceReturnTerms, com.rosetta.model.lib.qualify.QualifyResult>> PriceReturnTermsMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PriceReturnTerms, Set<String>> PriceReturnTermsMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PriceReturnTerms> PriceReturnTermsMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PriceReturnTerms> PriceReturnTermsMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PriceReturnTerms> PriceReturnTermsMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PriceReturnTerms> PriceReturnTermsMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PriceReturnTerms in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type PriceReturnTermsModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PriceReturnTermsTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PriceReturnTerms o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PriceReturnTermsValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PriceReturnTerms o) -
Uses of PriceReturnTerms in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type PriceReturnTermsModifier and TypeMethodDescription<T2 extends PriceReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<PriceReturnTerms> PriceReturnTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type PriceReturnTermsModifier and TypeMethodDescription<T2 extends PriceReturnTerms>
com.rosetta.model.lib.validation.ValidationResult<PriceReturnTerms> PriceReturnTermsOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of PriceReturnTerms in cdm.product.template
Methods in cdm.product.template that return PriceReturnTermsModifier and TypeMethodDescriptionReturnTerms.getPriceReturnTerms()Return terms based upon the underlier's observed price.ReturnTerms.ReturnTermsImpl.getPriceReturnTerms()Methods in cdm.product.template with parameters of type PriceReturnTermsModifier and TypeMethodDescriptionPortfolioReturnTerms.PortfolioReturnTermsBuilder.setPriceReturnTerms(PriceReturnTerms priceReturnTerms) PortfolioReturnTerms.PortfolioReturnTermsBuilderImpl.setPriceReturnTerms(PriceReturnTerms _priceReturnTerms) ReturnTerms.ReturnTermsBuilder.setPriceReturnTerms(PriceReturnTerms priceReturnTerms) ReturnTerms.ReturnTermsBuilderImpl.setPriceReturnTerms(PriceReturnTerms _priceReturnTerms)