Class NonDeliverableSubstitute

java.lang.Object
net.finmath.smartcontract.product.xml.FxDisruptionFallback
net.finmath.smartcontract.product.xml.NonDeliverableSubstitute

public class NonDeliverableSubstitute extends FxDisruptionFallback
Describes a currency which may be delivered instead

Java class for NonDeliverableSubstitute complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="NonDeliverableSubstitute">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}FxDisruptionFallback">
       <sequence>
         <element name="currency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>