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>