Package cdm.product.template
Interface Composite
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
Composite.CompositeBuilder
- All Known Implementing Classes:
Composite.CompositeBuilderImpl,Composite.CompositeImpl
@RosettaDataType(value="Composite",
builder=CompositeBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="Composite",
model="cdm",
builder=CompositeBuilderImpl.class,
version="5.30.0")
public interface Composite
extends com.rosetta.model.lib.RosettaModelObject
Specifies the conditions to be applied for converting into a reference currency when the actual currency rate is not determined upfront.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Compositestatic classImmutable Implementation of Composite -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Composite.CompositeBuilderbuilder()Specifies the method according to which an amount or a date is determined.The time at which the spot currency exchange rate will be observed.Specifies the methodology (reference source and, optionally, fixing time) to be used for determining a currency conversion rate.A date specified as some offset to another date (the anchor date).getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Composite> 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
-
getDeterminationMethod
DeterminationMethodEnum getDeterminationMethod()Specifies the method according to which an amount or a date is determined. -
getRelativeDate
RelativeDateOffset getRelativeDate()A date specified as some offset to another date (the anchor date). -
getFxSpotRateSource
FxSpotRateSource getFxSpotRateSource()Specifies the methodology (reference source and, optionally, fixing time) to be used for determining a currency conversion rate. -
getFixingTime
BusinessCenterTime getFixingTime()The time at which the spot currency exchange rate will be observed. It is specified as a time in a business day calendar location, e.g. 11:00am London time. -
build
Composite build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Composite.CompositeBuilder 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
-