Package cdm.observable.asset
Interface ReferenceSwapCurve.ReferenceSwapCurveBuilder
- All Superinterfaces:
ReferenceSwapCurve,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ReferenceSwapCurve.ReferenceSwapCurveBuilderImpl
- Enclosing interface:
ReferenceSwapCurve
public static interface ReferenceSwapCurve.ReferenceSwapCurveBuilder
extends ReferenceSwapCurve, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.observable.asset.ReferenceSwapCurve
ReferenceSwapCurve.ReferenceSwapCurveBuilder, ReferenceSwapCurve.ReferenceSwapCurveBuilderImpl, ReferenceSwapCurve.ReferenceSwapCurveImpl -
Field Summary
Fields inherited from interface cdm.observable.asset.ReferenceSwapCurve
metaData -
Method Summary
Modifier and TypeMethodDescriptionAmount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date.Getter Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setMakeWholeAmount(MakeWholeAmount makeWholeAmount) setSwapUnwindValue(SwapCurveValuation swapUnwindValue) Methods inherited from interface cdm.observable.asset.ReferenceSwapCurve
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
-
getOrCreateSwapUnwindValue
SwapCurveValuation.SwapCurveValuationBuilder getOrCreateSwapUnwindValue() -
getSwapUnwindValue
SwapCurveValuation.SwapCurveValuationBuilder getSwapUnwindValue()Description copied from interface:ReferenceSwapCurveGetter Methods- Specified by:
getSwapUnwindValuein interfaceReferenceSwapCurve
-
getOrCreateMakeWholeAmount
MakeWholeAmount.MakeWholeAmountBuilder getOrCreateMakeWholeAmount() -
getMakeWholeAmount
MakeWholeAmount.MakeWholeAmountBuilder getMakeWholeAmount()Description copied from interface:ReferenceSwapCurveAmount to be paid by the buyer of the option if the option is exercised prior to the Early Call Date. (The market practice in the convertible bond option space being that the buyer should be penalised if he/she exercises the option early on.)- Specified by:
getMakeWholeAmountin interfaceReferenceSwapCurve
-
setSwapUnwindValue
-
setMakeWholeAmount
-
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
-