Class EquityExerciseValuationSettlement

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

public class EquityExerciseValuationSettlement extends Object
A type for defining exercise procedures for equity options.

Java class for EquityExerciseValuationSettlement complex type.

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

 <complexType name="EquityExerciseValuationSettlement">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <choice>
           <element name="equityEuropeanExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityEuropeanExercise"/>
           <element name="equityAmericanExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityAmericanExercise"/>
           <element name="equityBermudaExercise" type="{http://www.fpml.org/FpML-5/confirmation}EquityBermudaExercise"/>
         </choice>
         <choice>
           <sequence>
             <element name="automaticExercise" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="makeWholeProvisions" type="{http://www.fpml.org/FpML-5/confirmation}MakeWholeProvisions" minOccurs="0"/>
           </sequence>
           <element name="prePayment" type="{http://www.fpml.org/FpML-5/confirmation}PrePayment"/>
         </choice>
         <element name="equityValuation" type="{http://www.fpml.org/FpML-5/confirmation}EquityValuation"/>
         <element name="settlementDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <element name="settlementCurrency" type="{http://www.fpml.org/FpML-5/confirmation}Currency"/>
         <element name="settlementPriceSource" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPriceSource" minOccurs="0"/>
         <element name="settlementType" type="{http://www.fpml.org/FpML-5/confirmation}SettlementTypeEnum"/>
         <element name="settlementMethodElectionDate" type="{http://www.fpml.org/FpML-5/confirmation}AdjustableOrRelativeDate" minOccurs="0"/>
         <element name="settlementMethodElectingPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" minOccurs="0"/>
         <element name="settlementPriceDefaultElection" type="{http://www.fpml.org/FpML-5/confirmation}SettlementPriceDefaultElection" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>