Class PhysicalSettlement

java.lang.Object
net.finmath.smartcontract.product.xml.PhysicalSettlement

public class PhysicalSettlement extends Object
A structure that describes how an option settles into a physical trade.

Java class for PhysicalSettlement complex type.

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

 <complexType name="PhysicalSettlement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="resultingTradeIdentifier" type="{http://www.fpml.org/FpML-5/confirmation}PartyTradeIdentifier"/>
         <element name="resultingTrade" type="{http://www.fpml.org/FpML-5/confirmation}Trade"/>
         <element ref="{http://www.fpml.org/FpML-5/confirmation}product"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>