Skip to content

Commit

Permalink
typo fixed, CP StartDate set to optional
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkauc committed Apr 26, 2021
1 parent 776b1fb commit d8de373
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions FundsXML4.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -2856,9 +2856,9 @@ N = Nominale</xs:documentation>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IssueDate" type="xs:date">
<xs:element name="IssueDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Issue date of the bond</xs:documentation>
<xs:documentation xml:lang="en">Issue date of the CP/CD</xs:documentation>
<xs:documentation xml:lang="de">Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down Expand Up @@ -6665,7 +6665,7 @@ Means total number of transactions expressed in absolute number. Includes volume
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Sales_OTN_NTM" minOccurs="0">
<xs:element name="Sales_OTM_NTM" minOccurs="0">
<xs:annotation>
<xs:documentation>Sales Outside Target Market (OTM) and/or in Negative Target Market (NTM) - Reported as Number of Transactions</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -6735,7 +6735,7 @@ In reference to ESMA Product Governance Guidelines Article 51 this field is used
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Sales_OTN_NTM" minOccurs="0">
<xs:element name="Sales_OTM_NTM" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RetailInvestorTypeAndSelfServiceVsDistributorTM_Italy" type="xs:int" minOccurs="0">
Expand Down
4 changes: 2 additions & 2 deletions include_files/FundsXML4_AssetMasterData.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -3415,9 +3415,9 @@ N = Nominale</xs:documentation>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="IssueDate" type="xs:date">
<xs:element name="IssueDate" type="xs:date" minOccurs="0">
<xs:annotation>
<xs:documentation xml:lang="en">Issue date of the bond</xs:documentation>
<xs:documentation xml:lang="en">Issue date of the CP/CD</xs:documentation>
<xs:documentation xml:lang="de">Emissionsdatum bezeichnet jenes Datum, zu dem das Wertpapier aufgelegt wurde</xs:documentation>
</xs:annotation>
</xs:element>
Expand Down
4 changes: 2 additions & 2 deletions include_files/FundsXML4_RegulatoryReporting_EFT.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Means total number of transactions expressed in absolute number. Includes volume
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Sales_OTN_NTM" minOccurs="0">
<xs:element name="Sales_OTM_NTM" minOccurs="0">
<xs:annotation>
<xs:documentation>Sales Outside Target Market (OTM) and/or in Negative Target Market (NTM) - Reported as Number of Transactions</xs:documentation>
</xs:annotation>
Expand Down Expand Up @@ -335,7 +335,7 @@ In reference to ESMA Product Governance Guidelines Article 51 this field is used
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element name="Sales_OTN_NTM" minOccurs="0">
<xs:element name="Sales_OTM_NTM" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="RetailInvestorTypeAndSelfServiceVsDistributorTM_Italy" type="xs:int" minOccurs="0">
Expand Down

0 comments on commit d8de373

Please sign in to comment.