Package cdm.product.asset
Interface FloatingRateBase.FloatingRateBaseBuilder
- All Superinterfaces:
FloatingRateBase,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Subinterfaces:
CollateralAgreementFloatingRate.CollateralAgreementFloatingRateBuilder,FloatingRate.FloatingRateBuilder,FloatingRateSpecification.FloatingRateSpecificationBuilder,InflationRateSpecification.InflationRateSpecificationBuilder
- All Known Implementing Classes:
CollateralAgreementFloatingRate.CollateralAgreementFloatingRateBuilderImpl,FloatingRate.FloatingRateBuilderImpl,FloatingRateBase.FloatingRateBaseBuilderImpl,FloatingRateSpecification.FloatingRateSpecificationBuilderImpl,InflationRateSpecification.InflationRateSpecificationBuilderImpl
- Enclosing interface:
FloatingRateBase
public static interface FloatingRateBase.FloatingRateBaseBuilder
extends FloatingRateBase, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.asset.FloatingRateBase
FloatingRateBase.FloatingRateBaseBuilder, FloatingRateBase.FloatingRateBaseBuilderImpl, FloatingRateBase.FloatingRateBaseImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields inherited from interface cdm.product.asset.FloatingRateBase
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe cap rate or cap rate schedule, if any, which applies to the floating rate.The floor rate or floor rate schedule, if any, which applies to the floating rate.com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderGetter MethodsThe ISDA Spread or a Spread schedule expressed as explicit spreads and dates.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCapRateSchedule(StrikeSchedule capRateSchedule) setFloorRateSchedule(StrikeSchedule floorRateSchedule) setMeta(com.rosetta.model.metafields.MetaFields meta) setRateOption(ReferenceWithMetaFloatingRateOption rateOption) setRateOptionValue(FloatingRateOption rateOption) setSpreadSchedule(SpreadSchedule spreadSchedule) Methods inherited from interface cdm.product.asset.FloatingRateBase
build, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateRateOption
ReferenceWithMetaFloatingRateOption.ReferenceWithMetaFloatingRateOptionBuilder getOrCreateRateOption() -
getRateOption
Description copied from interface:FloatingRateBaseGetter Methods- Specified by:
getRateOptionin interfaceFloatingRateBase
-
getOrCreateSpreadSchedule
SpreadSchedule.SpreadScheduleBuilder getOrCreateSpreadSchedule() -
getSpreadSchedule
SpreadSchedule.SpreadScheduleBuilder getSpreadSchedule()Description copied from interface:FloatingRateBaseThe ISDA Spread or a Spread schedule expressed as explicit spreads and dates. In the case of a schedule, the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The spread is a per annum rate, expressed as a decimal. For purposes of determining a calculation period amount, if positive the spread will be added to the floating rate and if negative the spread will be subtracted from the floating rate. A positive 10 basis point (0.1%) spread would be represented as 0.001.- Specified by:
getSpreadSchedulein interfaceFloatingRateBase
-
getOrCreateCapRateSchedule
StrikeSchedule.StrikeScheduleBuilder getOrCreateCapRateSchedule() -
getCapRateSchedule
StrikeSchedule.StrikeScheduleBuilder getCapRateSchedule()Description copied from interface:FloatingRateBaseThe cap rate or cap rate schedule, if any, which applies to the floating rate. The cap rate (strike) is only required where the floating rate on a swap stream is capped at a certain level. A cap rate schedule is expressed as explicit cap rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The cap rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A cap rate of 5% would be represented as 0.05.- Specified by:
getCapRateSchedulein interfaceFloatingRateBase
-
getOrCreateFloorRateSchedule
StrikeSchedule.StrikeScheduleBuilder getOrCreateFloorRateSchedule() -
getFloorRateSchedule
StrikeSchedule.StrikeScheduleBuilder getFloorRateSchedule()Description copied from interface:FloatingRateBaseThe floor rate or floor rate schedule, if any, which applies to the floating rate. The floor rate (strike) is only required where the floating rate on a swap stream is floored at a certain strike level. A floor rate schedule is expressed as explicit floor rates and dates and the step dates may be subject to adjustment in accordance with any adjustments specified in calculationPeriodDatesAdjustments. The floor rate is assumed to be exclusive of any spread and is a per annum rate, expressed as a decimal. A floor rate of 5% would be represented as 0.05.- Specified by:
getFloorRateSchedulein interfaceFloatingRateBase
-
getOrCreateMeta
com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getOrCreateMeta()- Specified by:
getOrCreateMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
getMeta
com.rosetta.model.metafields.MetaFields.MetaFieldsBuilder getMeta()- Specified by:
getMetain interfaceFloatingRateBase- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
setRateOption
FloatingRateBase.FloatingRateBaseBuilder setRateOption(ReferenceWithMetaFloatingRateOption rateOption) -
setRateOptionValue
-
setSpreadSchedule
-
setCapRateSchedule
-
setFloorRateSchedule
-
setMeta
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-