Definition Type: SimpleType
Name: ConditionsPrecedentEnum
Namespace: http://www.fpml.org/2008/FpML-4-5
Containing Schema: fpml-enum-4-5.xsd
Documentation:
Defines whether conditions precedent have been met in a given syndicated loan deal.
Collapse XSD Schema Diagram:
XSD Diagram of ConditionsPrecedentEnum in schema fpml-enum-4-5_xsd (Financial products Markup Language (FpML®))
Collapse XSD Schema Code:
<xsd:simpleType name="ConditionsPrecedentEnum">
    <xsd:annotation>
        <xsd:documentation source="http://www.FpML.org" xml:lang="en">Defines whether conditions precedent have been met in a given syndicated loan deal.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:token">
        <xsd:enumeration value="Yes">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Conditions precedent have been met.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="No">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">Conditions precedent have not been met.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="Waived">
            <xsd:annotation>
                <xsd:documentation source="http://www.FpML.org" xml:lang="en">The requirement for conditions precedent were waived.</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration Yes
Enumeration No
Enumeration Waived
Collapse Derivation Tree:
Collapse References:
fpml:conditionsPrecedentType