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>
 
  • Field Details

  • Constructor Details

    • EquityExerciseValuationSettlement

      public EquityExerciseValuationSettlement()
  • Method Details

    • getEquityEuropeanExercise

      public EquityEuropeanExercise getEquityEuropeanExercise()
      Gets the value of the equityEuropeanExercise property.
      Returns:
      possible object is EquityEuropeanExercise
    • setEquityEuropeanExercise

      public void setEquityEuropeanExercise(EquityEuropeanExercise value)
      Sets the value of the equityEuropeanExercise property.
      Parameters:
      value - allowed object is EquityEuropeanExercise
    • getEquityAmericanExercise

      public EquityAmericanExercise getEquityAmericanExercise()
      Gets the value of the equityAmericanExercise property.
      Returns:
      possible object is EquityAmericanExercise
    • setEquityAmericanExercise

      public void setEquityAmericanExercise(EquityAmericanExercise value)
      Sets the value of the equityAmericanExercise property.
      Parameters:
      value - allowed object is EquityAmericanExercise
    • getEquityBermudaExercise

      public EquityBermudaExercise getEquityBermudaExercise()
      Gets the value of the equityBermudaExercise property.
      Returns:
      possible object is EquityBermudaExercise
    • setEquityBermudaExercise

      public void setEquityBermudaExercise(EquityBermudaExercise value)
      Sets the value of the equityBermudaExercise property.
      Parameters:
      value - allowed object is EquityBermudaExercise
    • isAutomaticExercise

      public Boolean isAutomaticExercise()
      Gets the value of the automaticExercise property.
      Returns:
      possible object is Boolean
    • setAutomaticExercise

      public void setAutomaticExercise(Boolean value)
      Sets the value of the automaticExercise property.
      Parameters:
      value - allowed object is Boolean
    • getMakeWholeProvisions

      public MakeWholeProvisions getMakeWholeProvisions()
      Gets the value of the makeWholeProvisions property.
      Returns:
      possible object is MakeWholeProvisions
    • setMakeWholeProvisions

      public void setMakeWholeProvisions(MakeWholeProvisions value)
      Sets the value of the makeWholeProvisions property.
      Parameters:
      value - allowed object is MakeWholeProvisions
    • getPrePayment

      public PrePayment getPrePayment()
      Gets the value of the prePayment property.
      Returns:
      possible object is PrePayment
    • setPrePayment

      public void setPrePayment(PrePayment value)
      Sets the value of the prePayment property.
      Parameters:
      value - allowed object is PrePayment
    • getEquityValuation

      public EquityValuation getEquityValuation()
      Gets the value of the equityValuation property.
      Returns:
      possible object is EquityValuation
    • setEquityValuation

      public void setEquityValuation(EquityValuation value)
      Sets the value of the equityValuation property.
      Parameters:
      value - allowed object is EquityValuation
    • getSettlementDate

      public AdjustableOrRelativeDate getSettlementDate()
      Gets the value of the settlementDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setSettlementDate

      public void setSettlementDate(AdjustableOrRelativeDate value)
      Sets the value of the settlementDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate
    • getSettlementCurrency

      public Currency getSettlementCurrency()
      Gets the value of the settlementCurrency property.
      Returns:
      possible object is Currency
    • setSettlementCurrency

      public void setSettlementCurrency(Currency value)
      Sets the value of the settlementCurrency property.
      Parameters:
      value - allowed object is Currency
    • getSettlementPriceSource

      public SettlementPriceSource getSettlementPriceSource()
      Gets the value of the settlementPriceSource property.
      Returns:
      possible object is SettlementPriceSource
    • setSettlementPriceSource

      public void setSettlementPriceSource(SettlementPriceSource value)
      Sets the value of the settlementPriceSource property.
      Parameters:
      value - allowed object is SettlementPriceSource
    • getSettlementType

      public SettlementTypeEnum getSettlementType()
      Gets the value of the settlementType property.
      Returns:
      possible object is SettlementTypeEnum
    • setSettlementType

      public void setSettlementType(SettlementTypeEnum value)
      Sets the value of the settlementType property.
      Parameters:
      value - allowed object is SettlementTypeEnum
    • getSettlementMethodElectionDate

      public AdjustableOrRelativeDate getSettlementMethodElectionDate()
      Gets the value of the settlementMethodElectionDate property.
      Returns:
      possible object is AdjustableOrRelativeDate
    • setSettlementMethodElectionDate

      public void setSettlementMethodElectionDate(AdjustableOrRelativeDate value)
      Sets the value of the settlementMethodElectionDate property.
      Parameters:
      value - allowed object is AdjustableOrRelativeDate
    • getSettlementMethodElectingPartyReference

      public PartyReference getSettlementMethodElectingPartyReference()
      Gets the value of the settlementMethodElectingPartyReference property.
      Returns:
      possible object is PartyReference
    • setSettlementMethodElectingPartyReference

      public void setSettlementMethodElectingPartyReference(PartyReference value)
      Sets the value of the settlementMethodElectingPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getSettlementPriceDefaultElection

      public SettlementPriceDefaultElection getSettlementPriceDefaultElection()
      Gets the value of the settlementPriceDefaultElection property.
      Returns:
      possible object is SettlementPriceDefaultElection
    • setSettlementPriceDefaultElection

      public void setSettlementPriceDefaultElection(SettlementPriceDefaultElection value)
      Sets the value of the settlementPriceDefaultElection property.
      Parameters:
      value - allowed object is SettlementPriceDefaultElection