Class CalculationAgent

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

public class CalculationAgent extends Object
A type defining the ISDA calculation agent responsible for performing duties as defined in the applicable product definitions.

Java class for CalculationAgent complex type.

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

 <complexType name="CalculationAgent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="calculationAgentPartyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded"/>
         <element name="calculationAgentParty" type="{http://www.fpml.org/FpML-5/confirmation}CalculationAgentPartyEnum"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>