Class CalculationAmount

java.lang.Object

public class CalculationAmount extends Money

Java class for CalculationAmount complex type.

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

 <complexType name="CalculationAmount">
   <complexContent>
     <extension base="{http://www.fpml.org/FpML-5/confirmation}Money">
       <sequence>
         <element name="step" type="{http://www.fpml.org/FpML-5/confirmation}Step" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>