Package org.isda.cdm
Class FxInformationSource
- java.lang.Object
-
- com.rosetta.model.lib.RosettaModelObject
-
- org.isda.cdm.InformationSource
-
- org.isda.cdm.FxInformationSource
-
@RosettaClass @RosettaSynonym(value="FxInformationSource", source="FpML_5_10") public class FxInformationSource extends InformationSource
Information source specific to Foreign Exchange products.- Version:
- 2.5.4
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FxInformationSource.FxInformationSourceBuilder
-
Nested classes/interfaces inherited from class org.isda.cdm.InformationSource
InformationSource.InformationSourceBuilder
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FxInformationSource.FxInformationSourceBuilder
builder()
boolean
equals(java.lang.Object o)
BusinessCenterTime
getFixingTime()
The time that the fixing will be taken along with a business center to define the time zone.int
hashCode()
com.rosetta.model.lib.meta.RosettaMetaData<? extends FxInformationSource>
metaData()
void
process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
FxInformationSource.FxInformationSourceBuilder
toBuilder()
java.lang.String
toString()
-
Methods inherited from class org.isda.cdm.InformationSource
getSourcePage, getSourcePageHeading, getSourceProvider
-
-
-
-
Method Detail
-
getFixingTime
public final BusinessCenterTime getFixingTime()
The time that the fixing will be taken along with a business center to define the time zone.
-
metaData
public com.rosetta.model.lib.meta.RosettaMetaData<? extends FxInformationSource> metaData()
- Overrides:
metaData
in classInformationSource
-
toBuilder
public FxInformationSource.FxInformationSourceBuilder toBuilder()
- Overrides:
toBuilder
in classInformationSource
-
builder
public static FxInformationSource.FxInformationSourceBuilder builder()
-
process
public void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
- Overrides:
process
in classInformationSource
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classInformationSource
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classInformationSource
-
toString
public java.lang.String toString()
- Overrides:
toString
in classInformationSource
-
-