Package cdm.product.template
Interface ExerciseTerms.ExerciseTermsBuilder
- All Superinterfaces:
ExerciseTerms,com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ExerciseTerms.ExerciseTermsBuilderImpl
- Enclosing interface:
ExerciseTerms
public static interface ExerciseTerms.ExerciseTermsBuilder
extends ExerciseTerms, com.rosetta.model.lib.RosettaModelObjectBuilder, com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.template.ExerciseTerms
ExerciseTerms.ExerciseTermsBuilder, ExerciseTerms.ExerciseTermsBuilderImpl, ExerciseTerms.ExerciseTermsImplNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields inherited from interface cdm.product.template.ExerciseTerms
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddExpirationDate(AdjustableOrRelativeDate expirationDate) addExpirationDate(AdjustableOrRelativeDate expirationDate, int idx) addExpirationDate(List<? extends AdjustableOrRelativeDate> expirationDate) The first day of the exercise period for an American style option.The earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) to, and including, the expiration date.The dates that define the Bermuda option exercise dates and the expiration date.A fee to be paid on exercise.The fees associated with an exercise date.The set of parameters defining the procedure associated with the exercise, e.g. manual exercise.The last day within an exercise period for an American style option.The latest time for exercise on expirationDate.For a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent.com.rosetta.model.metafields.MetaFields.MetaFieldsBuildergetMeta()As defined in the 2000 ISDA Definitions, Section 12.4.getOrCreateExpirationDate(int index) com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderAs defined in the 2000 ISDA Definitions, Section 12.3.The effective date on the underlying product if the option is exercised.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCommencementDate(AdjustableOrRelativeDate commencementDate) setEarliestExerciseTime(BusinessCenterTime earliestExerciseTime) setExerciseDates(AdjustableOrRelativeDates exerciseDates) setExerciseFee(ExerciseFee exerciseFee) setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule) setExerciseProcedure(ExerciseProcedure exerciseProcedure) setExpirationDate(List<? extends AdjustableOrRelativeDate> expirationDate) setExpirationTime(BusinessCenterTime expirationTime) setExpirationTimeType(ExpirationTimeTypeEnum expirationTimeType) setLatestExerciseTime(BusinessCenterTime latestExerciseTime) setMeta(com.rosetta.model.metafields.MetaFields meta) setMultipleExercise(MultipleExercise multipleExercise) setPartialExercise(PartialExercise partialExercise) setRelevantUnderlyingDate(AdjustableOrRelativeDates relevantUnderlyingDate) setStyle(OptionExerciseStyleEnum style) Methods inherited from interface cdm.product.template.ExerciseTerms
build, getExpirationTimeType, getStyle, 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
-
getOrCreateCommencementDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder getOrCreateCommencementDate() -
getCommencementDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder getCommencementDate()Description copied from interface:ExerciseTermsThe first day of the exercise period for an American style option.- Specified by:
getCommencementDatein interfaceExerciseTerms
-
getOrCreateExerciseDates
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder getOrCreateExerciseDates() -
getExerciseDates
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder getExerciseDates()Description copied from interface:ExerciseTermsThe dates that define the Bermuda option exercise dates and the expiration date. The last specified date is assumed to be the expiration date. The dates can either be specified as a series of explicit dates and associated adjustments or as a series of dates defined relative to another schedule of dates, for example, the calculation period start dates. Where a relative series of dates are defined the first and last possible exercise dates can be separately specified.- Specified by:
getExerciseDatesin interfaceExerciseTerms
-
getOrCreateExpirationDate
-
getExpirationDate
List<? extends AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder> getExpirationDate()Description copied from interface:ExerciseTermsThe last day within an exercise period for an American style option. For a European style option it is the only day within the exercise period.- Specified by:
getExpirationDatein interfaceExerciseTerms
-
getOrCreateRelevantUnderlyingDate
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder getOrCreateRelevantUnderlyingDate() -
getRelevantUnderlyingDate
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder getRelevantUnderlyingDate()Description copied from interface:ExerciseTermsThe effective date on the underlying product if the option is exercised. For example, for a swaption it is the swap effective date, for an option on an FX spot or forward it is the value date for settlement, and in an extendible/cancelable provision it is the swap termination date, which is the date on which the termination is effective.'- Specified by:
getRelevantUnderlyingDatein interfaceExerciseTerms
-
getOrCreateEarliestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getOrCreateEarliestExerciseTime() -
getEarliestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getEarliestExerciseTime()Description copied from interface:ExerciseTermsThe earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) to, and including, the expiration date.- Specified by:
getEarliestExerciseTimein interfaceExerciseTerms
-
getOrCreateLatestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getOrCreateLatestExerciseTime() -
getLatestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getLatestExerciseTime()Description copied from interface:ExerciseTermsFor a Bermuda or American style option, the latest time on an exercise business day (excluding the expiration date) within the exercise period that notice can be given by the buyer to the seller or seller's agent. Notice of exercise given after this time will be deemed to have been given on the next exercise business day.- Specified by:
getLatestExerciseTimein interfaceExerciseTerms
-
getOrCreateExpirationTime
BusinessCenterTime.BusinessCenterTimeBuilder getOrCreateExpirationTime() -
getExpirationTime
BusinessCenterTime.BusinessCenterTimeBuilder getExpirationTime()Description copied from interface:ExerciseTermsThe latest time for exercise on expirationDate. It is made mandatory given that for all option styles, this field is required.- Specified by:
getExpirationTimein interfaceExerciseTerms
-
getOrCreateMultipleExercise
MultipleExercise.MultipleExerciseBuilder getOrCreateMultipleExercise() -
getMultipleExercise
MultipleExercise.MultipleExerciseBuilder getMultipleExercise()Description copied from interface:ExerciseTermsAs defined in the 2000 ISDA Definitions, Section 12.4. Multiple Exercise, the buyer of the option has the right to exercise all or less than all the unexercised notional amount of the underlying swap on one or more days in the exercise period, but on any such day may not exercise less than the minimum notional amount or more that the maximum notional amount, and if an integral multiple amount is specified, the notional amount exercised must be equal to, or be an integral multiple of, the integral multiple amount.- Specified by:
getMultipleExercisein interfaceExerciseTerms
-
getOrCreateExerciseFeeSchedule
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder getOrCreateExerciseFeeSchedule() -
getExerciseFeeSchedule
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder getExerciseFeeSchedule()Description copied from interface:ExerciseTermsThe fees associated with an exercise date. The fees are conditional on the exercise occurring. The fees can be specified as actual currency amounts or as percentages of the notional amount being exercised.- Specified by:
getExerciseFeeSchedulein interfaceExerciseTerms
-
getOrCreateExerciseProcedure
ExerciseProcedure.ExerciseProcedureBuilder getOrCreateExerciseProcedure() -
getExerciseProcedure
ExerciseProcedure.ExerciseProcedureBuilder getExerciseProcedure()Description copied from interface:ExerciseTermsThe set of parameters defining the procedure associated with the exercise, e.g. manual exercise.- Specified by:
getExerciseProcedurein interfaceExerciseTerms
-
getOrCreateExerciseFee
ExerciseFee.ExerciseFeeBuilder getOrCreateExerciseFee() -
getExerciseFee
ExerciseFee.ExerciseFeeBuilder getExerciseFee()Description copied from interface:ExerciseTermsA fee to be paid on exercise. This could be represented as an amount or a rate and notional reference on which to apply the rate.- Specified by:
getExerciseFeein interfaceExerciseTerms
-
getOrCreatePartialExercise
PartialExercise.PartialExerciseBuilder getOrCreatePartialExercise() -
getPartialExercise
PartialExercise.PartialExerciseBuilder getPartialExercise()Description copied from interface:ExerciseTermsAs defined in the 2000 ISDA Definitions, Section 12.3. Partial Exercise, the buyer of the option has the right to exercise all or less than all the notional amount of the underlying swap on the expiration date, but may not exercise less than the minimum notional amount, and if an integral multiple amount is specified, the notional amount exercised must be equal to, or be an integral multiple of, the integral multiple amount.- Specified by:
getPartialExercisein interfaceExerciseTerms
-
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 interfaceExerciseTerms- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
setStyle
-
setCommencementDate
-
setExerciseDates
-
addExpirationDate
-
addExpirationDate
ExerciseTerms.ExerciseTermsBuilder addExpirationDate(AdjustableOrRelativeDate expirationDate, int idx) -
addExpirationDate
ExerciseTerms.ExerciseTermsBuilder addExpirationDate(List<? extends AdjustableOrRelativeDate> expirationDate) -
setExpirationDate
ExerciseTerms.ExerciseTermsBuilder setExpirationDate(List<? extends AdjustableOrRelativeDate> expirationDate) -
setRelevantUnderlyingDate
ExerciseTerms.ExerciseTermsBuilder setRelevantUnderlyingDate(AdjustableOrRelativeDates relevantUnderlyingDate) -
setEarliestExerciseTime
-
setLatestExerciseTime
-
setExpirationTime
-
setExpirationTimeType
-
setMultipleExercise
-
setExerciseFeeSchedule
-
setExerciseProcedure
-
setExerciseFee
-
setPartialExercise
-
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
-