Uses of Class
org.isda.cdm.BusinessCenterTime
-
Packages that use BusinessCenterTime Package Description org.isda.cdm org.isda.cdm.functions org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.exists -
-
Uses of BusinessCenterTime in org.isda.cdm
Methods in org.isda.cdm that return BusinessCenterTime Modifier and Type Method Description BusinessCenterTime
BusinessCenterTime.BusinessCenterTimeBuilder. build()
BusinessCenterTime
OptionCashSettlement. getCashSettlementValuationTime()
The time of the cash settlement valuation date when the cash settlement amount will be determined according to the cash settlement method if the parties have not otherwise been able to agree the cash settlement amount.BusinessCenterTime
AmericanExercise. getEarliestExerciseTime()
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.BusinessCenterTime
BermudaExercise. getEarliestExerciseTime()
The earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) on each Bermuda option exercise date and the expiration date.BusinessCenterTime
EuropeanExercise. getEarliestExerciseTime()
The earliest time at which notice of exercise can be given by the buyer to the seller (or seller's agent) on the expiration date.BusinessCenterTime
ExercisePrimitive. getExerciseTime()
BusinessCenterTime
CreditLimit. getExpirationDateTime()
The CDM naming include the time suffix because the FpML element is actually of type dateTime.BusinessCenterTime
AmericanExercise. getExpirationTime()
The latest time for exercise on expirationDate.BusinessCenterTime
BermudaExercise. getExpirationTime()
The latest time for exercise on expirationDate.BusinessCenterTime
EuropeanExercise. getExpirationTime()
The latest time for exercise on expirationDate.BusinessCenterTime
FxInformationSource. getFixingTime()
The time that the fixing will be taken along with a business center to define the time zone.BusinessCenterTime
FxSpotRateSource. getFixingTime()
The time at which the spot currency exchange rate will be observed.BusinessCenterTime
AmericanExercise. getLatestExerciseTime()
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.BusinessCenterTime
BermudaExercise. getLatestExerciseTime()
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.BusinessCenterTime
NotificationTimeElection. getNotificationTime()
The Notification Time as a time that is qualified as a standard business center.BusinessCenterTime
DisputeResolution. getResolutionTime()
The time by which the dispute needs to be resolved, failure of which would trigger a recalculation alongside a process that is specified as part of the agreement.BusinessCenterTime
CashSettlementTerms. getValuationTime()
The time of day in the specified business center when the calculation agent seeks quotations for an amount of the reference obligation for purposes of cash settlement.BusinessCenterTime
EquityValuation. getValuationTime()
The specific time of day at which the calculation agent values the underlying.Methods in org.isda.cdm that return types with arguments of type BusinessCenterTime Modifier and Type Method Description java.util.List<BusinessCenterTime>
CsaVariationMargin2016. getValuationTime()
ISDA 2016 Credit Support Annex for Variation Margin, paragraph 13, (d)(iii): Valuation Time.com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessCenterTime>
BusinessCenterTime.BusinessCenterTimeBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends BusinessCenterTime>
BusinessCenterTime. metaData()
Method parameters in org.isda.cdm with type arguments of type BusinessCenterTime Modifier and Type Method Description CsaVariationMargin2016.CsaVariationMargin2016Builder
CsaVariationMargin2016.CsaVariationMargin2016Builder. addValuationTime(java.util.List<BusinessCenterTime> valuationTimes)
CsaVariationMargin2016NewYorkLaw.CsaVariationMargin2016NewYorkLawBuilder
CsaVariationMargin2016NewYorkLaw.CsaVariationMargin2016NewYorkLawBuilder. addValuationTime(java.util.List<BusinessCenterTime> valuationTimes)
-
Uses of BusinessCenterTime in org.isda.cdm.functions
-
Uses of BusinessCenterTime in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type BusinessCenterTime Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super BusinessCenterTime>>
BusinessCenterTimeMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super BusinessCenterTime>>
BusinessCenterTimeMeta. dataRules()
java.util.List<java.util.function.Function<? super BusinessCenterTime,com.rosetta.model.lib.qualify.QualifyResult>>
BusinessCenterTimeMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super BusinessCenterTime,java.lang.String>
BusinessCenterTimeMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super BusinessCenterTime>
BusinessCenterTimeMeta. validator()
-
Uses of BusinessCenterTime in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type BusinessCenterTime Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessCenterTime>
BusinessCenterTimeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<BusinessCenterTime>
BusinessCenterTimeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessCenterTime o)
Methods in org.isda.cdm.validation with parameters of type BusinessCenterTime Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessCenterTime>
BusinessCenterTimeValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessCenterTime o)
-
Uses of BusinessCenterTime in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type BusinessCenterTime Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessCenterTime>
BusinessCenterTimeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<BusinessCenterTime>
BusinessCenterTimeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessCenterTime o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type BusinessCenterTime Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<BusinessCenterTime>
BusinessCenterTimeOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, BusinessCenterTime o, java.lang.String field)
-