Class FxFixing
java.lang.Object
net.finmath.smartcontract.product.xml.FxFixing
- Direct Known Subclasses:
FxTerms
A type that specifies the source for and timing of a fixing of an exchange
rate. This is used in the agreement of non-deliverable forward trades as well as various types of FX OTC
options that require observations against a particular rate.
Java class for FxFixing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxFixing"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="quotedCurrencyPair" type="{http://www.fpml.org/FpML-5/confirmation}QuotedCurrencyPair"/> <element name="fixingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="fxSpotRateSource" type="{http://www.fpml.org/FpML-5/confirmation}FxSpotRateSource" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XMLGregorianCalendar
protected FxSpotRateSource
protected QuotedCurrencyPair
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fixingDate property.Gets the value of the fxSpotRateSource property.Gets the value of the quotedCurrencyPair property.void
Sets the value of the fixingDate property.void
Sets the value of the fxSpotRateSource property.void
Sets the value of the quotedCurrencyPair property.
-
Field Details
-
quotedCurrencyPair
-
fixingDate
-
fxSpotRateSource
-
-
Constructor Details
-
FxFixing
public FxFixing()
-
-
Method Details
-
getQuotedCurrencyPair
Gets the value of the quotedCurrencyPair property.- Returns:
- possible object is
QuotedCurrencyPair
-
setQuotedCurrencyPair
Sets the value of the quotedCurrencyPair property.- Parameters:
value
- allowed object isQuotedCurrencyPair
-
getFixingDate
Gets the value of the fixingDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setFixingDate
Sets the value of the fixingDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getFxSpotRateSource
Gets the value of the fxSpotRateSource property.- Returns:
- possible object is
FxSpotRateSource
-
setFxSpotRateSource
Sets the value of the fxSpotRateSource property.- Parameters:
value
- allowed object isFxSpotRateSource
-