Class FxDateOffset
java.lang.Object
net.finmath.smartcontract.product.xml.FxDateOffset
The representation of the schedule as an offset relative to another
schedule. For example, the settlement schedule may be relative to the expiry schedule by an FxForward
offset.
Java class for FxDateOffset complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxDateOffset"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="convention" type="{http://www.fpml.org/FpML-5/confirmation}FxOffsetConventionEnum"/> <element name="offset" type="{http://www.fpml.org/FpML-5/confirmation}Period" minOccurs="0"/> <element name="relativeTo" type="{http://www.fpml.org/FpML-5/confirmation}FxScheduleReference"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected FxOffsetConventionEnum
protected Period
protected FxScheduleReference
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the convention property.Gets the value of the offset property.Gets the value of the relativeTo property.void
Sets the value of the convention property.void
Sets the value of the offset property.void
setRelativeTo
(FxScheduleReference value) Sets the value of the relativeTo property.
-
Field Details
-
convention
-
offset
-
relativeTo
-
-
Constructor Details
-
FxDateOffset
public FxDateOffset()
-
-
Method Details
-
getConvention
Gets the value of the convention property.- Returns:
- possible object is
FxOffsetConventionEnum
-
setConvention
Sets the value of the convention property.- Parameters:
value
- allowed object isFxOffsetConventionEnum
-
getOffset
-
setOffset
-
getRelativeTo
Gets the value of the relativeTo property.- Returns:
- possible object is
FxScheduleReference
-
setRelativeTo
Sets the value of the relativeTo property.- Parameters:
value
- allowed object isFxScheduleReference
-