Class RestructuringEvent

java.lang.Object
net.finmath.smartcontract.product.xml.CreditEvent
net.finmath.smartcontract.product.xml.RestructuringEvent

public class RestructuringEvent extends CreditEvent

Java class for RestructuringEvent complex type.

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

 <complexType name="RestructuringEvent">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}CreditEvent">
       <sequence>
         <element name="partialExerciseAmount" type="{http://www.fpml.org/FpML-5/confirmation}Money" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>