Package cdm.product.collateral
Interface AssetMaturity.AssetMaturityBuilder
- All Superinterfaces:
AssetMaturity,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
AssetMaturity.AssetMaturityBuilderImpl
- Enclosing interface:
AssetMaturity
public static interface AssetMaturity.AssetMaturityBuilder
extends AssetMaturity, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.AssetMaturity
AssetMaturity.AssetMaturityBuilder, AssetMaturity.AssetMaturityBuilderImpl, AssetMaturity.AssetMaturityImpl -
Field Summary
Fields inherited from interface cdm.product.collateral.AssetMaturity
metaData -
Method Summary
Modifier and TypeMethodDescriptionRepresents a filter based on the underlying asset maturity.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setMaturityRange(PeriodRange maturityRange) setMaturityType(MaturityTypeEnum maturityType) Methods inherited from interface cdm.product.collateral.AssetMaturity
build, getMaturityType, 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
-
getOrCreateMaturityRange
PeriodRange.PeriodRangeBuilder getOrCreateMaturityRange() -
getMaturityRange
PeriodRange.PeriodRangeBuilder getMaturityRange()Description copied from interface:AssetMaturityRepresents a filter based on the underlying asset maturity.- Specified by:
getMaturityRangein interfaceAssetMaturity
-
setMaturityType
-
setMaturityRange
-
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
-