Package cdm.observable.asset.fro
Class FloatingRateIndexDefinition.FloatingRateIndexDefinitionImpl
java.lang.Object
cdm.observable.asset.fro.FloatingRateIndexDefinition.FloatingRateIndexDefinitionImpl
- All Implemented Interfaces:
FloatingRateIndexDefinition,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
FloatingRateIndexDefinition
public static class FloatingRateIndexDefinition.FloatingRateIndexDefinitionImpl
extends Object
implements FloatingRateIndexDefinition
Immutable Implementation of FloatingRateIndexDefinition
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.fro.FloatingRateIndexDefinition
FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilder, FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilderImpl, FloatingRateIndexDefinition.FloatingRateIndexDefinitionImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.fro.FloatingRateIndexDefinition
metaData -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedFloatingRateIndexDefinitionImpl(FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilder builder) -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleanAny calculation default values.The source of an FRO, particularly if not a Contractual Definition (e.g. the broker rates matrix).Deprecation and Code DescriptionsAny mappings to other codes for this index.FpML DescriptiongetFro()The underlying FRO name and designated maturity.FRO HistoryYES / NO to flag FROs identified by the FpML Syndicated Loan WG as having underlying benchmark that may also be referenced in syndicated loans.Any mappings to other FRos.List<? extends ContractualDefinition> The definition version or versions supported by the FRO.inthashCode()protected voidtoString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface cdm.observable.asset.fro.FloatingRateIndexDefinition
getType, metaData, processMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
FloatingRateIndexDefinitionImpl
protected FloatingRateIndexDefinitionImpl(FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilder builder)
-
-
Method Details
-
getFro
@RosettaAttribute("fro") @Accessor(GETTER) @Required @RuneAttribute("fro") public FloatingRateIndexIdentification getFro()Description copied from interface:FloatingRateIndexDefinitionThe underlying FRO name and designated maturity.- Specified by:
getFroin interfaceFloatingRateIndexDefinition
-
getCalculationDefaults
@RosettaAttribute("calculationDefaults") @Accessor(GETTER) @RuneAttribute("calculationDefaults") public FloatingRateIndexCalculationDefaults getCalculationDefaults()Description copied from interface:FloatingRateIndexDefinitionAny calculation default values.- Specified by:
getCalculationDefaultsin interfaceFloatingRateIndexDefinition
-
getSupportedDefinition
@RosettaAttribute("supportedDefinition") @Accessor(GETTER) @Multi @RuneAttribute("supportedDefinition") public List<? extends ContractualDefinition> getSupportedDefinition()Description copied from interface:FloatingRateIndexDefinitionThe definition version or versions supported by the FRO.- Specified by:
getSupportedDefinitionin interfaceFloatingRateIndexDefinition
-
getDefinitionalSource
@RosettaAttribute("definitionalSource") @Accessor(GETTER) @RuneAttribute("definitionalSource") public String getDefinitionalSource()Description copied from interface:FloatingRateIndexDefinitionThe source of an FRO, particularly if not a Contractual Definition (e.g. the broker rates matrix).- Specified by:
getDefinitionalSourcein interfaceFloatingRateIndexDefinition
-
getDesignatedMaturityApplicable
@RosettaAttribute("designatedMaturityApplicable") @Accessor(GETTER) @RuneAttribute("designatedMaturityApplicable") public Boolean getDesignatedMaturityApplicable()- Specified by:
getDesignatedMaturityApplicablein interfaceFloatingRateIndexDefinition
-
getMappings
@RosettaAttribute("mappings") @Accessor(GETTER) @RuneAttribute("mappings") public FloatingRateIndexMappings getMappings()Description copied from interface:FloatingRateIndexDefinitionAny mappings to other FRos.- Specified by:
getMappingsin interfaceFloatingRateIndexDefinition
-
getExternalMappings
@RosettaAttribute("externalMappings") @Accessor(GETTER) @RuneAttribute("externalMappings") public FloatingRateIndexExternalMappings getExternalMappings()Description copied from interface:FloatingRateIndexDefinitionAny mappings to other codes for this index.- Specified by:
getExternalMappingsin interfaceFloatingRateIndexDefinition
-
getInLoan
Description copied from interface:FloatingRateIndexDefinitionYES / NO to flag FROs identified by the FpML Syndicated Loan WG as having underlying benchmark that may also be referenced in syndicated loans.- Specified by:
getInLoanin interfaceFloatingRateIndexDefinition
-
getHistory
@RosettaAttribute("history") @Accessor(GETTER) @RuneAttribute("history") public FroHistory getHistory()Description copied from interface:FloatingRateIndexDefinitionFRO History- Specified by:
getHistoryin interfaceFloatingRateIndexDefinition
-
getDeprecationReason
@RosettaAttribute("deprecationReason") @Accessor(GETTER) @RuneAttribute("deprecationReason") public String getDeprecationReason()Description copied from interface:FloatingRateIndexDefinitionDeprecation and Code Descriptions- Specified by:
getDeprecationReasonin interfaceFloatingRateIndexDefinition
-
getFpmlDescription
@RosettaAttribute("fpmlDescription") @Accessor(GETTER) @RuneAttribute("fpmlDescription") public String getFpmlDescription()Description copied from interface:FloatingRateIndexDefinitionFpML Description- Specified by:
getFpmlDescriptionin interfaceFloatingRateIndexDefinition
-
build
Description copied from interface:FloatingRateIndexDefinitionBuild Methods- Specified by:
buildin interfaceFloatingRateIndexDefinition- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
- Specified by:
toBuilderin interfaceFloatingRateIndexDefinition- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
setBuilderFields
protected void setBuilderFields(FloatingRateIndexDefinition.FloatingRateIndexDefinitionBuilder builder) -
equals
-
hashCode
public int hashCode() -
toString
-