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

  • Constructor Details

    • CalculationAgent

      public CalculationAgent()
  • Method Details

    • getCalculationAgentPartyReference

      public List<PartyReference> getCalculationAgentPartyReference()
      Gets the value of the calculationAgentPartyReference property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the calculationAgentPartyReference property.

      For example, to add a new item, do as follows:

          getCalculationAgentPartyReference().add(newItem);
       

      Objects of the following type(s) are allowed in the list PartyReference

    • getCalculationAgentParty

      public CalculationAgentPartyEnum getCalculationAgentParty()
      Gets the value of the calculationAgentParty property.
      Returns:
      possible object is CalculationAgentPartyEnum
    • setCalculationAgentParty

      public void setCalculationAgentParty(CalculationAgentPartyEnum value)
      Sets the value of the calculationAgentParty property.
      Parameters:
      value - allowed object is CalculationAgentPartyEnum