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>