complexType CounterpartyType
diagram index_p625.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
children BIC Name
used by
elements FundsXML/AssetMasterData/Asset/Security/Derivative/Counterparty FundsXML/AssetMasterData/Asset/Security/Swap/Counterparty FundsXML/AssetMasterData/Asset/Security/Repos/Counterparty
annotation
documentation
Defines the counterparty
source <xs:complexType name="CounterpartyType">
 
<xs:annotation>
   
<xs:documentation>Defines the counterparty</xs:documentation>
 
</xs:annotation>
 
<xs:sequence minOccurs="0">
   
<xs:element name="BIC" type="BicCodeType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>BIC code of the counterparty</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Name" type="xs:string" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Name of the counterparty</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element CounterpartyType/BIC
diagram index_p626.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type BicCodeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 12
annotation
documentation
BIC code of the counterparty
source <xs:element name="BIC" type="BicCodeType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>BIC code of the counterparty</xs:documentation>
 
</xs:annotation>
</xs:element>

element CounterpartyType/Name
diagram index_p627.png
namespace http://www.fundsxml.org/XMLSchema/3.0.7
type xs:string
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Name of the counterparty
source <xs:element name="Name" type="xs:string" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Name of the counterparty</xs:documentation>
 
</xs:annotation>
</xs:element>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy