Class FxTargetRebate

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

public class FxTargetRebate extends Object
A rebate can be expressed as a payment amount or as amount of outstanding gain.

Java class for FxTargetRebate complex type.

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

 <complexType name="FxTargetRebate">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="payment" type="{http://www.fpml.org/FpML-5/confirmation}SimplePayment"/>
         <element name="outstandingGain" type="{http://www.fpml.org/FpML-5/confirmation}FxOutstandingGain"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FxTargetRebate

      public FxTargetRebate()
  • Method Details

    • getPayment

      public SimplePayment getPayment()
      Gets the value of the payment property.
      Returns:
      possible object is SimplePayment
    • setPayment

      public void setPayment(SimplePayment value)
      Sets the value of the payment property.
      Parameters:
      value - allowed object is SimplePayment
    • getOutstandingGain

      public FxOutstandingGain getOutstandingGain()
      Gets the value of the outstandingGain property.
      Returns:
      possible object is FxOutstandingGain
    • setOutstandingGain

      public void setOutstandingGain(FxOutstandingGain value)
      Sets the value of the outstandingGain property.
      Parameters:
      value - allowed object is FxOutstandingGain