Definition Type: ComplexType
Name: RelatedBusinessUnit
Namespace: http://www.fpml.org/FpML-5/recordkeeping
Containing Schema: fpml-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into role in schema fpml-shared-5-10_xsd3 Drilldown into businessUnitReference in schema fpml-shared-5-10_xsd3XSD Diagram of RelatedBusinessUnit in schema fpml-shared-5-10_xsd3 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="RelatedBusinessUnit">
    <xsd:sequence>
        <xsd:element name="businessUnitReference" type="BusinessUnitReference">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The unit that is related to this.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="role" type="BusinessUnitRole">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The category of the relationship. The related unit performs the role specified in this field for the base party. For example, if the role is "Trader", the related unit acts acts or acted as the base party's trading unit.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
businessUnitReference nsD:businessUnitReference (1) (1)
role nsD:role (1) (1)
Collapse Derivation Tree:
Collapse References:
nsD:relatedBusinessUnit