Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kathryn ods patch 1 #723

Closed
wants to merge 12 commits into from
2 changes: 1 addition & 1 deletion docs/standard/modelling/identifiers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ See this :ref:`example data <examples-plc>` for a valid use of MICs.

Two properties in an Entity Statement’s :ref:`Securities Listing <schema-securities-listing>` object identify where a security is traded: the ``operatingMarketIdentifierCode`` of the operating market and the ``marketIdentifierCode``. The ``marketIdentifierCode`` SHOULD be the same as the ``operatingMarketIdentifierCode`` if the security is traded on a main exchange. The ``marketIdentifierCode`` will differ where a security is traded on a segment of an exchange.

MICs are standardised, issued and maintained by SWIFT as `ISO 10383 <https://www.iso20022.org/market-identifier-codes>`_. The specification of ``operatingMarketIdentifierCode`` and ``marketIdentifierCode`` is part of the ISO standard.
MICs are standardised, issued and maintained by SWIFT as `ISO 10383<https://www.iso20022.org/market-identifier-codes>`_. The specification of ``operatingMarketIdentifierCode`` and ``marketIdentifierCode`` is part of the ISO standard.

.. guidance-identifiers-securities:

Expand Down
6 changes: 3 additions & 3 deletions examples/indirect-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@
}
],
"componentRecords": [
"e2bbe3ce-f5b4-42d0-bb68-9b405e8fd6a0",
"7fff3986-233f-413f-bec8-3b28c62a4a51",
"860155d1-a4fb-4742-9735-7a7deb899075"
"05e81af035e4",
"d4ab89ea169a",
"4cf2837bd01f"
]
}
}
Expand Down
6 changes: 3 additions & 3 deletions examples/mixed-direct-and-indirect-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,9 @@
}
],
"componentRecords": [
"9f188b1a-cb45-4e6b-abe5-252378d6a0f5",
"f500210d-c8b0-4f74-9bbd-ca762724d0e8",
"30f1cb63-d849-4550-b6cd-2a6b7268d0cb"
"ec61aeda7141",
"acdf30ece808",
"07f0f7024a92"
]
}
}
Expand Down
12 changes: 6 additions & 6 deletions examples/multiple-indirect-ownership.json
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,12 @@
}
],
"componentRecords": [
"8a323bcd-f047-41d5-a194-205ebffedd7",
"e408d5c2-c41c-4b14-a43e-b0b7e9808328",
"3cfba7c7-95c9-4194-9d6b-0ce063a4d4c5",
"ffb65ea4-fe51-46f7-b9c7-b40b375c7b56",
"a0decdf4-6b57-4dc1-ba57-42533e2d17c4",
"caa00429-44b2-44da-b562-1384b4cd2a85"
"d177864a8b39",
"05fbbfb94b79",
"40b9a74c70c4",
"9615ef9a4a0b",
"e351a9247e22",
"721da228c733"
]
}
}
Expand Down
12 changes: 6 additions & 6 deletions examples/mutilple-indirect-ownership-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -300,12 +300,12 @@
}
],
"componentRecords": [
"59368bde-e38d-4a95-9a6c-8ef6aec54f9f",
"829ec2d1-6ecb-4ca6-874f-c9c59f2cd843",
"426507cf-e5ac-45c4-b6b0-92952a954623",
"3a1ba916-5f3d-4335-860d-3f7c20283c42",
"a56a0ced-447e-420d-9a07-42dcbc960a5f",
"337d8ba1-9d0d-4a64-bc5d-820c95a127fc"
"6c9fd5c92201",
"41454e3ba398",
"803a942b3ec8",
"9f4256f3de2f",
"b8e59fa7e1a6",
"5a8646b55833"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion examples/nomination.json
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,8 @@
"isComponent": false,
"componentRecords": [
"103AB1984D",
"105AB1984B;107AC1984F"
"105AB1984B",
"107AC1984F"
],
"subject": "104AB1984C",
"interestedParty": "101AB1984F"
Expand Down
Loading