Class FxSpotRateSource
java.lang.Object
net.finmath.smartcontract.product.xml.FxSpotRateSource
A type defining the rate source and fixing time for an fx rate.
Java class for FxSpotRateSource complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxSpotRateSource"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="primaryRateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource"/> <element name="secondaryRateSource" type="{http://www.fpml.org/FpML-5/confirmation}InformationSource" minOccurs="0"/> <element name="fixingTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected BusinessCenterTime
protected InformationSource
protected InformationSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixingTime property.Gets the value of the primaryRateSource property.Gets the value of the secondaryRateSource property.void
setFixingTime
(BusinessCenterTime value) Sets the value of the fixingTime property.void
Sets the value of the primaryRateSource property.void
Sets the value of the secondaryRateSource property.
-
Field Details
-
-
secondaryRateSource
-
fixingTime
-
-
Constructor Details
-
FxSpotRateSource
public FxSpotRateSource()
-
-
Method Details
-
getPrimaryRateSource
Gets the value of the primaryRateSource property.- Returns:
- possible object is
InformationSource
-
setPrimaryRateSource
Sets the value of the primaryRateSource property.- Parameters:
value
- allowed object isInformationSource
-
getSecondaryRateSource
Gets the value of the secondaryRateSource property.- Returns:
- possible object is
InformationSource
-
setSecondaryRateSource
Sets the value of the secondaryRateSource property.- Parameters:
value
- allowed object isInformationSource
-
getFixingTime
Gets the value of the fixingTime property.- Returns:
- possible object is
BusinessCenterTime
-
setFixingTime
Sets the value of the fixingTime property.- Parameters:
value
- allowed object isBusinessCenterTime
-