Package cdm.legaldocumentation.csa
Interface ValuationTime
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ValuationTime.ValuationTimeBuilder
- All Known Implementing Classes:
ValuationTime.ValuationTimeBuilderImpl,ValuationTime.ValuationTimeImpl
@RosettaDataType(value="ValuationTime",
builder=ValuationTimeBuilderImpl.class,
version="7.0.0-dev.105")
@RuneDataType(value="ValuationTime",
model="cdm",
builder=ValuationTimeBuilderImpl.class,
version="7.0.0-dev.105")
public interface ValuationTime
extends com.rosetta.model.lib.RosettaModelObject
Specifies the time by which the value of the collateral and obligations to transfer or return collateral are to be calculated relative to the Valuation Date.
- Version:
- 7.0.0-dev.105
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ValuationTimestatic classImmutable Implementation of ValuationTime -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The additional language that might be specified by the parties to the legal agreement.getDay()The day in respect of which the Valuation Time is being specified.A time specified in a 24-hour notation, e.g. 3pm would be represented as 15:00.The location relevant to the timezone for the Valuation Time.getTime()The type of time specified for the Valuation Time.Any relevant time zone where specified.default Class<? extends ValuationTime> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ValuationTime> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getDay
ValuationTimeDayEnum getDay()The day in respect of which the Valuation Time is being specified. If not specified, addional language must be used to define the methodology. -
getLocation
The location relevant to the timezone for the Valuation Time. -
getTime
ValuationTimeEnum getTime()The type of time specified for the Valuation Time. -
getHourminutetime
LocalTime getHourminutetime()A time specified in a 24-hour notation, e.g. 3pm would be represented as 15:00. -
getTimezone
String getTimezone()Any relevant time zone where specified. -
getAdditionalLanguage
String getAdditionalLanguage()The additional language that might be specified by the parties to the legal agreement. -
build
ValuationTime build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ValuationTime.ValuationTimeBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-