Class FxExpiryDate

java.lang.Object
net.finmath.smartcontract.product.xml.FxAdjustedDateAndDateAdjustments
net.finmath.smartcontract.product.xml.FxExpiryDate

public class FxExpiryDate extends FxAdjustedDateAndDateAdjustments
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>