Skip to content

Commit f5a2f6f

Browse files
authored
Merge pull request #530 from finos/502-references-and-bibliography
Adding references and bibliography section
2 parents 8a904cc + b7fc21f commit f5a2f6f

3 files changed

Lines changed: 34 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
1111
* Added support for raiseIntent without a context via the addition of the `fdc3.nothing` context type ([#375](https://github.com/finos/FDC3/pull/375))
1212
* Added [**FDC3 Workbench**](https://fdc3.finos.org/toolbox/fdc3-workbench/), an FDC3 API developer application ([#457](https://github.com/finos/FDC3/pull/457))
1313
* Added advice on how to `broadcast` complex context types, composed of other types, so that other apps can listen for both the complex type and simpler constituent types ([#464](https://github.com/finos/FDC3/pull/464))
14+
* Added a References and Bibliography section to the Standard's documentation to hold links to 'normative references' and other documentation that is useful for understanding the standard ([#530](https://github.com/finos/FDC3/pull/530))
1415
* `IntentResolution` now requires the name of the intent raised to included, allowing it to be used to determine the intent raised via `fdc3.raiseIntentForContext()`. ([#507](https://github.com/finos/FDC3/pull/507))
1516

1617
### Changed

docs/references.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: References & Bibliography
3+
sidebar_label: References
4+
---
5+
6+
7+
The following normative documents contain provisions, which, through reference in this text, constitute provisions of this Standard. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. However, parties to agreements based on this Standard are encouraged to investigate the possibility of applying the most recent editions of the normative documents indicated below. For undated references, the latest edition of the normative document referred to applies:
8+
9+
- **Apache 2.0 open-source license**, [https://www.apache.org/licenses/LICENSE-2.0].
10+
- **Community Specification license**, [https://github.com/CommunitySpecification/1.0]
11+
- **JSON Schema**, [https://json-schema.org/].
12+
- **OpenAPI Standard v3.0**, [https://www.openapis.org/].
13+
- **RFC 2119**, _Keywords for use in RFCs to Indicate Requirement Levels, March 1997_, [https://datatracker.ietf.org/doc/html/rfc2119].
14+
- **RFC 2782**, _A DNS RR for specifying the location of services (DNS SRV), February 2000_, [https://datatracker.ietf.org/doc/html/rfc2782].
15+
- **TypeScript Programming Language**, [https://www.typescriptlang.org/].
16+
- **ISO 3166-1**, _Codes for the representation of names of countries and their subdivisions – Part 1: Country codes_, [https://www.iso.org/iso-3166-country-codes.html].
17+
- **ISO 8601-1:2019**, _Date and time — Representations for information interchange — Part 1: Basic rules_, [https://www.iso.org/standard/70907.html]
18+
19+
20+
The following documents may be useful in understanding certain aspects of this Standard; however, knowledge of them is not essential to the creation of a compliant implementation of this Standard:
21+
22+
- **npm**, [https://docs.npmjs.com/about-npm].
23+
- **yarn**, [https://yarnpkg.com/getting-started].
24+
- **pnpm**, [https://pnpm.io/motivation].
25+
- **REST**, [https://www.ics.uci.edu/~fielding/pubs/dissertation/rest_arch_style.htm], [https://restfulapi.net/].
26+
- **ISIN**, _International Securities Identification Number_, [https://www.isin.org/isin/]
27+
- **CUSIP**, _Committee on Uniform Security Identification Procedures_, [https://www.cusip.com/identifiers.html#/CUSIP].
28+
- **FIGI**, _Financial Instrument Global Identifier_, [https://www.openfigi.com/about/figi].
29+
- **LEI**, _Legal Entity Identifier based on the ISO 17442 standard_, [https://www.legalentityidentifier.co.uk/what-is-lei-code/].
30+
- **SEDOL**, _Stock Exchange Daily Official List_, [https://www.lseg.com/sedol].
31+
- **PermID**, _Permanent Identifiers_, [https://permid.org/].

website/sidebars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"supported-platforms",
66
"why-fdc3",
77
"fdc3-charter",
8-
"fdc3-compliance"
8+
"fdc3-compliance",
9+
"references"
910
],
1011
"API": [
1112
"api/overview",

0 commit comments

Comments
 (0)