Class Adjustment

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

public class Adjustment extends Object
A structure used to describe an adjustment.

Java class for Adjustment complex type.

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

 <complexType name="Adjustment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="adjustmentType" type="{http://www.fpml.org/FpML-5/confirmation}AmountAdjustmentEnum"/>
         <element name="amount" type="{http://www.fpml.org/FpML-5/confirmation}MoneyWithParticipantShare"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>