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

    • partialExerciseAmount

      protected Money partialExerciseAmount
  • Constructor Details

    • RestructuringEvent

      public RestructuringEvent()
  • Method Details

    • getPartialExerciseAmount

      public Money getPartialExerciseAmount()
      Gets the value of the partialExerciseAmount property.
      Returns:
      possible object is Money
    • setPartialExerciseAmount

      public void setPartialExerciseAmount(Money value)
      Sets the value of the partialExerciseAmount property.
      Parameters:
      value - allowed object is Money