Class ExerciseFeeSchedule

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

public class ExerciseFeeSchedule extends Object
A type to define a fee or schedule of fees to be payable on the exercise of an option. This fee may be defined as an amount or a percentage of the notional exercised.

Java class for ExerciseFeeSchedule complex type.

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

 <complexType name="ExerciseFeeSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}PayerReceiver.model"/>
         <element name="notionalReference" type="{http://www.fpml.org/FpML-5/confirmation}ScheduleReference"/>
         <choice>
           <element name="feeAmountSchedule" type="{http://www.fpml.org/FpML-5/confirmation}AmountSchedule"/>
           <element name="feeRateSchedule" type="{http://www.fpml.org/FpML-5/confirmation}Schedule"/>
         </choice>
         <element name="feePaymentDate" type="{http://www.fpml.org/FpML-5/confirmation}RelativeDateOffset"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ExerciseFeeSchedule

      public ExerciseFeeSchedule()
  • Method Details

    • getPayerPartyReference

      public PartyReference getPayerPartyReference()
      Gets the value of the payerPartyReference property.
      Returns:
      possible object is PartyReference
    • setPayerPartyReference

      public void setPayerPartyReference(PartyReference value)
      Sets the value of the payerPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getPayerAccountReference

      public AccountReference getPayerAccountReference()
      Gets the value of the payerAccountReference property.
      Returns:
      possible object is AccountReference
    • setPayerAccountReference

      public void setPayerAccountReference(AccountReference value)
      Sets the value of the payerAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getReceiverPartyReference

      public PartyReference getReceiverPartyReference()
      Gets the value of the receiverPartyReference property.
      Returns:
      possible object is PartyReference
    • setReceiverPartyReference

      public void setReceiverPartyReference(PartyReference value)
      Sets the value of the receiverPartyReference property.
      Parameters:
      value - allowed object is PartyReference
    • getReceiverAccountReference

      public AccountReference getReceiverAccountReference()
      Gets the value of the receiverAccountReference property.
      Returns:
      possible object is AccountReference
    • setReceiverAccountReference

      public void setReceiverAccountReference(AccountReference value)
      Sets the value of the receiverAccountReference property.
      Parameters:
      value - allowed object is AccountReference
    • getNotionalReference

      public ScheduleReference getNotionalReference()
      Gets the value of the notionalReference property.
      Returns:
      possible object is ScheduleReference
    • setNotionalReference

      public void setNotionalReference(ScheduleReference value)
      Sets the value of the notionalReference property.
      Parameters:
      value - allowed object is ScheduleReference
    • getFeeAmountSchedule

      public AmountSchedule getFeeAmountSchedule()
      Gets the value of the feeAmountSchedule property.
      Returns:
      possible object is AmountSchedule
    • setFeeAmountSchedule

      public void setFeeAmountSchedule(AmountSchedule value)
      Sets the value of the feeAmountSchedule property.
      Parameters:
      value - allowed object is AmountSchedule
    • getFeeRateSchedule

      public Schedule getFeeRateSchedule()
      Gets the value of the feeRateSchedule property.
      Returns:
      possible object is Schedule
    • setFeeRateSchedule

      public void setFeeRateSchedule(Schedule value)
      Sets the value of the feeRateSchedule property.
      Parameters:
      value - allowed object is Schedule
    • getFeePaymentDate

      public RelativeDateOffset getFeePaymentDate()
      Gets the value of the feePaymentDate property.
      Returns:
      possible object is RelativeDateOffset
    • setFeePaymentDate

      public void setFeePaymentDate(RelativeDateOffset value)
      Sets the value of the feePaymentDate property.
      Parameters:
      value - allowed object is RelativeDateOffset