Uses of Interface
cdm.product.asset.FixedRateSpecification
Packages that use FixedRateSpecification
Package
Description
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of FixedRateSpecification in cdm.product.asset
Subinterfaces of FixedRateSpecification in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement FixedRateSpecificationModifier and TypeClassDescriptionstatic classBuilder Implementation of FixedRateSpecificationstatic classImmutable Implementation of FixedRateSpecificationMethods in cdm.product.asset that return FixedRateSpecificationModifier and TypeMethodDescriptionFixedRateSpecification.build()Build MethodsFixedRateSpecification.FixedRateSpecificationBuilderImpl.build()FixedRateSpecification.FixedRateSpecificationImpl.build()BondReference.BondReferenceImpl.getCouponRate()BondReference.getCouponRate()Specifies the coupon rate (expressed in percentage) of a fixed income security or convertible bond.RateSpecification.getFixedRate()The fixed rate or fixed rate specification expressed as explicit fixed rates and dates.RateSpecification.RateSpecificationImpl.getFixedRate()Methods in cdm.product.asset that return types with arguments of type FixedRateSpecificationModifier and TypeMethodDescriptiondefault Class<? extends FixedRateSpecification> FixedRateSpecification.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FixedRateSpecification> FixedRateSpecification.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type FixedRateSpecificationModifier and TypeMethodDescriptionBondReference.BondReferenceBuilder.setCouponRate(FixedRateSpecification couponRate) BondReference.BondReferenceBuilderImpl.setCouponRate(FixedRateSpecification _couponRate) RateSpecification.RateSpecificationBuilder.setFixedRate(FixedRateSpecification fixedRate) RateSpecification.RateSpecificationBuilderImpl.setFixedRate(FixedRateSpecification _fixedRate) -
Uses of FixedRateSpecification in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type FixedRateSpecificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super FixedRateSpecification>> FixedRateSpecificationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super FixedRateSpecification, com.rosetta.model.lib.qualify.QualifyResult>> FixedRateSpecificationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super FixedRateSpecification, Set<String>> FixedRateSpecificationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super FixedRateSpecification> FixedRateSpecificationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FixedRateSpecification> FixedRateSpecificationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super FixedRateSpecification> FixedRateSpecificationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FixedRateSpecification> FixedRateSpecificationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of FixedRateSpecification in cdm.product.asset.metafields
Methods in cdm.product.asset.metafields that return FixedRateSpecificationModifier and TypeMethodDescriptionReferenceWithMetaFixedRateSpecification.getValue()Getter MethodsReferenceWithMetaFixedRateSpecification.ReferenceWithMetaFixedRateSpecificationImpl.getValue()Methods in cdm.product.asset.metafields that return types with arguments of type FixedRateSpecificationModifier and TypeMethodDescriptiondefault Class<FixedRateSpecification> ReferenceWithMetaFixedRateSpecification.getValueType()Methods in cdm.product.asset.metafields with parameters of type FixedRateSpecificationModifier and TypeMethodDescriptionReferenceWithMetaFixedRateSpecification.ReferenceWithMetaFixedRateSpecificationBuilder.setValue(FixedRateSpecification value) ReferenceWithMetaFixedRateSpecification.ReferenceWithMetaFixedRateSpecificationBuilderImpl.setValue(FixedRateSpecification _value) -
Uses of FixedRateSpecification in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type FixedRateSpecificationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FixedRateSpecificationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FixedRateSpecification o) List<com.rosetta.model.lib.validation.ValidationResult<?>> FixedRateSpecificationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FixedRateSpecification o) -
Uses of FixedRateSpecification in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type FixedRateSpecificationModifier and TypeMethodDescription<T2 extends FixedRateSpecification>
com.rosetta.model.lib.validation.ValidationResult<FixedRateSpecification> FixedRateSpecificationOnlyExistsValidator.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 FixedRateSpecificationModifier and TypeMethodDescription<T2 extends FixedRateSpecification>
com.rosetta.model.lib.validation.ValidationResult<FixedRateSpecification> FixedRateSpecificationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of FixedRateSpecification in cdm.product.template
Methods in cdm.product.template with parameters of type FixedRateSpecificationModifier and TypeMethodDescriptionOptionStrike.OptionStrikeBuilder.setStrikeReferenceValue(FixedRateSpecification strikeReference) OptionStrike.OptionStrikeBuilderImpl.setStrikeReferenceValue(FixedRateSpecification _strikeReference)