Class PartyEntityClassification

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

public class PartyEntityClassification extends Object
A type that specifies the classification of a party.

Java class for PartyEntityClassification complex type.

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

 <complexType name="PartyEntityClassification">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partyReference" type="{http://www.fpml.org/FpML-5/confirmation}PartyReference"/>
         <element name="entityClassification" type="{http://www.fpml.org/FpML-5/confirmation}EntityClassification"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>