Class Party

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

public class Party extends Object
Parties can perform multiple roles in a trade lifecycle. For example, the principal parties obligated to make payments from time to time during the term of the trade, but may include other parties involved in, or incidental to, the trade, such as parties acting in the role of novation transferor/transferee, broker, calculation agent, etc. In FpML roles are defined in multiple places within a document.

Java class for Party complex type.

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

 <complexType name="Party">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <group ref="{http://www.fpml.org/FpML-5/confirmation}Party.model"/>
         <sequence>
           <element name="groupType" type="{http://www.fpml.org/FpML-5/confirmation}PartyGroupType"/>
           <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference" maxOccurs="unbounded" minOccurs="2"/>
         </sequence>
       </choice>
       <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>