Package cdm.product.template
Interface AmericanExercise.AmericanExerciseBuilder
- All Superinterfaces:
AmericanExercise,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:
AmericanExercise.AmericanExerciseBuilderImpl
- Enclosing interface:
AmericanExercise
public static interface AmericanExercise.AmericanExerciseBuilder
extends AmericanExercise, 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.AmericanExercise
AmericanExercise.AmericanExerciseBuilder, AmericanExercise.AmericanExerciseBuilderImpl, AmericanExercise.AmericanExerciseImplNested 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.AmericanExercise
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe 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 fees associated with an exercise date.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.com.rosetta.model.metafields.MetaFields.MetaFieldsBuilderThe 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) setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule) setExpirationDate(AdjustableOrRelativeDate expirationDate) setExpirationTime(BusinessCenterTime expirationTime) setExpirationTimeType(ExpirationTimeTypeEnum expirationTimeType) setLatestExerciseTime(BusinessCenterTime latestExerciseTime) setMeta(com.rosetta.model.metafields.MetaFields meta) setMultipleExercise(MultipleExercise multipleExercise) setRelevantUnderlyingDate(AdjustableOrRelativeDates relevantUnderlyingDate) Methods inherited from interface cdm.product.template.AmericanExercise
build, getExpirationTimeType, 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:AmericanExerciseThe first day of the exercise period for an American style option.- Specified by:
getCommencementDatein interfaceAmericanExercise
-
getOrCreateExpirationDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder getOrCreateExpirationDate() -
getExpirationDate
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder getExpirationDate()Description copied from interface:AmericanExerciseThe 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 interfaceAmericanExercise
-
getOrCreateRelevantUnderlyingDate
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder getOrCreateRelevantUnderlyingDate() -
getRelevantUnderlyingDate
AdjustableOrRelativeDates.AdjustableOrRelativeDatesBuilder getRelevantUnderlyingDate()Description copied from interface:AmericanExerciseThe 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 interfaceAmericanExercise
-
getOrCreateEarliestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getOrCreateEarliestExerciseTime() -
getEarliestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getEarliestExerciseTime()Description copied from interface:AmericanExerciseThe 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 interfaceAmericanExercise
-
getOrCreateLatestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getOrCreateLatestExerciseTime() -
getLatestExerciseTime
BusinessCenterTime.BusinessCenterTimeBuilder getLatestExerciseTime()Description copied from interface:AmericanExerciseFor 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 interfaceAmericanExercise
-
getOrCreateExpirationTime
BusinessCenterTime.BusinessCenterTimeBuilder getOrCreateExpirationTime() -
getExpirationTime
BusinessCenterTime.BusinessCenterTimeBuilder getExpirationTime()Description copied from interface:AmericanExerciseThe latest time for exercise on expirationDate.- Specified by:
getExpirationTimein interfaceAmericanExercise
-
getOrCreateMultipleExercise
MultipleExercise.MultipleExerciseBuilder getOrCreateMultipleExercise() -
getMultipleExercise
MultipleExercise.MultipleExerciseBuilder getMultipleExercise()Description copied from interface:AmericanExerciseAs 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 interfaceAmericanExercise
-
getOrCreateExerciseFeeSchedule
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder getOrCreateExerciseFeeSchedule() -
getExerciseFeeSchedule
ExerciseFeeSchedule.ExerciseFeeScheduleBuilder getExerciseFeeSchedule()Description copied from interface:AmericanExerciseThe 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 interfaceAmericanExercise
-
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 interfaceAmericanExercise- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey.GlobalKeyBuilder
-
setCommencementDate
AmericanExercise.AmericanExerciseBuilder setCommencementDate(AdjustableOrRelativeDate commencementDate) -
setExpirationDate
-
setRelevantUnderlyingDate
AmericanExercise.AmericanExerciseBuilder setRelevantUnderlyingDate(AdjustableOrRelativeDates relevantUnderlyingDate) -
setEarliestExerciseTime
AmericanExercise.AmericanExerciseBuilder setEarliestExerciseTime(BusinessCenterTime earliestExerciseTime) -
setLatestExerciseTime
AmericanExercise.AmericanExerciseBuilder setLatestExerciseTime(BusinessCenterTime latestExerciseTime) -
setExpirationTime
-
setExpirationTimeType
AmericanExercise.AmericanExerciseBuilder setExpirationTimeType(ExpirationTimeTypeEnum expirationTimeType) -
setMultipleExercise
-
setExerciseFeeSchedule
AmericanExercise.AmericanExerciseBuilder setExerciseFeeSchedule(ExerciseFeeSchedule exerciseFeeSchedule) -
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
-