@@ -86,34 +86,34 @@ The following are standard FDC3 context types.
86
86
- __ fdc3.contact__
87
87
- A person contact that can be engaged with through email, calling, messaging, CMS, etc.
88
88
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/contact )
89
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/contact.schema)
89
+ - [ schema] ( / schemas/next/ contact.schema.json )
90
90
- __ fd3.contactList__
91
91
- A collection of contacts.
92
92
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/contactlist )
93
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/contactList.schema)
93
+ - [ schema] ( / schemas/next/ contactList.schema.json )
94
94
- __ fdc3.country__
95
95
- A standard country entity.
96
96
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/country )
97
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/country.schema)
97
+ - [ schema] ( / schemas/next/ country.schema.json )
98
98
- __ fdc3.instrument__
99
99
- A financial instrument from any asset class.
100
100
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/instrument )
101
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/instrument.schema)
101
+ - [ schema] ( / schemas/next/ instrument.schema.json )
102
102
- __ fdc3.instrumentList__
103
103
- A collection of instruments.
104
104
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/instrumentList )
105
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/instrumentList.schema)
105
+ - [ schema] ( / schemas/next/ instrumentList.schema.json )
106
106
- __ fdd3.organization__
107
107
- A standard organization entity.
108
108
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/organization )
109
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/organization.schema)
109
+ - [ schema] ( / schemas/next/ organization.schema.json )
110
110
- __ fdc3.portfolio__
111
111
- A collection of positions.
112
112
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/portfolio )
113
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/portfolio.schema)
113
+ - [ schema] ( / schemas/next/ portfolio.schema.json )
114
114
- __ fdc3.position__
115
115
- [ Financial Objects Specification] ( https://fo.finos.org/docs/objects/position )
116
- - [ schema] ( https://github.com/finos/FDC3/blob/master/src/context/ schemas/position.schema)
116
+ - [ schema] ( / schemas/next/ position.schema.json )
117
117
118
118
__ Note:__ The below examples show how the base context data interface can be used to define specific context data objects. It is not the purpose of the specification at this stage to define standard representations for objects. It establishes the framework in which such definitions could be created.
119
119
0 commit comments