Class FxExpiryDate
java.lang.Object
net.finmath.smartcontract.product.xml.FxAdjustedDateAndDateAdjustments
net.finmath.smartcontract.product.xml.FxExpiryDate
Defines the expiry date of the accrual. The date is adjusted, date
adjustments may be provided, and also the expiry time.
Java class for FxExpiryDate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FxExpiryDate"> <complexContent> <extension base="{http://www.fpml.org/FpML-5/confirmation}FxAdjustedDateAndDateAdjustments"> <sequence> <element name="expiryTime" type="{http://www.fpml.org/FpML-5/confirmation}BusinessCenterTime" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
Field Summary
Fields inherited from class net.finmath.smartcontract.product.xml.FxAdjustedDateAndDateAdjustments
adjustedDate, dateAdjustments
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expiryTime property.void
setExpiryTime
(BusinessCenterTime value) Sets the value of the expiryTime property.Methods inherited from class net.finmath.smartcontract.product.xml.FxAdjustedDateAndDateAdjustments
getAdjustedDate, getDateAdjustments, setAdjustedDate, setDateAdjustments
-
Field Details
-
expiryTime
-
-
Constructor Details
-
FxExpiryDate
public FxExpiryDate()
-
-
Method Details
-
getExpiryTime
Gets the value of the expiryTime property.- Returns:
- possible object is
BusinessCenterTime
-
setExpiryTime
Sets the value of the expiryTime property.- Parameters:
value
- allowed object isBusinessCenterTime
-