Class TriParty

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

public class TriParty extends Object
The tri-party terms.

Java class for TriParty complex type.

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

 <complexType name="TriParty">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="triPartyAgent" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="collateralProfile" type="{http://www.fpml.org/FpML-5/confirmation}CollateralProfile"/>
         <element name="collateralType" type="{http://www.fpml.org/FpML-5/confirmation}CollateralType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • TriParty

      public TriParty()
  • Method Details

    • getTriPartyAgent

      public PartyReference getTriPartyAgent()
      Gets the value of the triPartyAgent property.
      Returns:
      possible object is PartyReference
    • setTriPartyAgent

      public void setTriPartyAgent(PartyReference value)
      Sets the value of the triPartyAgent property.
      Parameters:
      value - allowed object is PartyReference
    • getCollateralProfile

      public CollateralProfile getCollateralProfile()
      Gets the value of the collateralProfile property.
      Returns:
      possible object is CollateralProfile
    • setCollateralProfile

      public void setCollateralProfile(CollateralProfile value)
      Sets the value of the collateralProfile property.
      Parameters:
      value - allowed object is CollateralProfile
    • getCollateralType

      public CollateralType getCollateralType()
      Gets the value of the collateralType property.
      Returns:
      possible object is CollateralType
    • setCollateralType

      public void setCollateralType(CollateralType value)
      Sets the value of the collateralType property.
      Parameters:
      value - allowed object is CollateralType