Definition Type: ComplexType
Name: PubliclyAvailableInformation
Namespace: http://www.fpml.org/FpML-5/pretrade
Containing Schema: fpml-option-shared-5-10.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into specifiedNumber in schema fpml-option-shared-5-10_xsd1 Drilldown into publicSource in schema fpml-option-shared-5-10_xsd1 Drilldown into standardPublicSources in schema fpml-option-shared-5-10_xsd1XSD Diagram of PubliclyAvailableInformation in schema fpml-option-shared-5-10_xsd1 (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:complexType name="PubliclyAvailableInformation">
    <xsd:sequence>
        <xsd:element name="standardPublicSources" type="xsd:boolean" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">If this element is specified and set to 'true', indicates that ISDA defined Standard Public Sources are applicable.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="publicSource" type="String" minOccurs="0" maxOccurs="unbounded">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">A public information source, e.g. a particular newspaper or electronic news service, that may publish relevant information used in the determination of whether or not a credit event has occurred. ISDA 2003 Term: Public Source.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
        <xsd:element name="specifiedNumber" type="xsd:positiveInteger" minOccurs="0">
            <xsd:annotation>
                <xsd:documentation xml:lang="en">The minimum number of the specified public information sources that must publish information that reasonably confirms that a credit event has occurred. The market convention is two. ISDA 2003 Term: Specified Number.</xsd:documentation>
            </xsd:annotation>
        </xsd:element>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
standardPublicSources nsC:standardPublicSources 0 (1)
publicSource nsC:publicSource 0 unbounded
specifiedNumber nsC:specifiedNumber 0 (1)
Collapse Derivation Tree:
Collapse References:
nsC:publiclyAvailableInformation