-
Notifications
You must be signed in to change notification settings - Fork 0
/
cro.json
646 lines (646 loc) · 21.5 KB
/
cro.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
{
"@context": {
"@cro": "https://www.openriskmanual.org/ns/cro/",
"@language": "en",
"@owl": "http://www.w3.org/2002/07/owl#",
"@rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"@rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"@xsd": "http://www.w3.org/2001/XMLSchema#"
},
"@graph": [
{
"@id": "@cro:has_webpage",
"@rdfs:comment": {
"@value": "An online webpage describing the credit rating agency"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@xsd:anyURI"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_subsidiary_policy",
"@rdfs:domain": {
"@id": "@cro:CreditRatingMethodology"
},
"@rdfs:range": {
"@id": "@xsd:string"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "http://purl.org/dc/elements/1.1/rights",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:has_solicitation_policy",
"@rdfs:comment": {
"@value": "Whether the agency business model includes unsolicited (by the borrower) ratings"
},
"@rdfs:domain": {
"@id": "@cro:BusinessModel"
},
"@rdfs:range": {
"@id": "_:Naed9ff0a9df7456fb73ae47b3f5b7900"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:Naed9ff0a9df7456fb73ae47b3f5b7900",
"@owl:oneOf": {
"@list": [
{
"@value": "Solicited and Unsolicited"
},
{
"@value": "Solicited only"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:belongs_to_rating_system",
"@rdfs:comment": {
"@value": "The credit rating system to which a credit rating scale belongs"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingScale"
},
"@rdfs:range": {
"@id": "@cro:CreditRatingSystem"
},
"@type": "@owl:ObjectProperty"
},
{
"@id": "@cro:has_methodology_url",
"@rdfs:comment": {
"@value": "An online description of credit rating methodology"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingMethodology"
},
"@rdfs:range": {
"@id": "@xsd:anyURI"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_business_model",
"@rdfs:comment": {
"@value": "The business model of a rating agency"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@cro:BusinessModel"
},
"@type": "@owl:ObjectProperty"
},
{
"@id": "@cro:MarketSegment",
"@rdfs:comment": {
"@value": "The credit market segment in which a credit rating agency is active (can be multiple)"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "MarketSegment"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating_Agency"
},
"@type": "@owl:Class"
},
{
"@id": "http://purl.org/dc/terms/license",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:has_origination_type",
"@rdfs:comment": {
"@value": "Whether a rating has been produced internally be an institution or sourced externally by an agency"
},
"@rdfs:domain": {
"@id": "@cro:CreditRating"
},
"@rdfs:range": {
"@id": "_:Nca9c6099f3864bb69ed4831998546293"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:Nca9c6099f3864bb69ed4831998546293",
"@owl:oneOf": {
"@list": [
{
"@value": "External"
},
{
"@value": "Internal"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:is_part_of_rating_scale",
"@rdfs:domain": {
"@id": "@cro:CreditRating"
},
"@rdfs:range": {
"@id": "@cro:CreditRatingScale"
},
"@type": "@owl:ObjectProperty"
},
{
"@id": "@cro:has_temporal_type",
"@rdfs:comment": {
"@value": "The temporal currency of a rating (current versus historical)"
},
"@rdfs:domain": {
"@id": "@cro:CreditRating"
},
"@rdfs:range": {
"@id": "_:Nd68776fa6ffd41fabd62aa200b2c6dc1"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:Nd68776fa6ffd41fabd62aa200b2c6dc1",
"@owl:oneOf": {
"@list": [
{
"@value": "Current"
},
{
"@value": "Initial"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:CreditRatingModel",
"@rdfs:comment": [
{
"@value": "In future revisions credit risk models will be linked with the risk model ontology"
},
{
"@value": "A concrete credit rating model (defined analytical process, including possible qualitative aspects)"
}
],
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "CreditRatingModel"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating_Model"
},
"@type": "@owl:Class"
},
{
"@id": "@cro:has_agency_description",
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@xsd:string"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_payment_profile",
"@rdfs:comment": {
"@value": "The payment business model of rating agency (who pays)"
},
"@rdfs:domain": {
"@id": "@cro:BusinessModel"
},
"@rdfs:range": {
"@id": "_:N1e237b3fcaf5480488067d24142de1c1"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:N1e237b3fcaf5480488067d24142de1c1",
"@owl:oneOf": {
"@list": [
{
"@value": "Investor pays"
},
{
"@value": "Issuer pays"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "http://purl.org/dc/elements/1.1/creator",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:has_CQS_mapping",
"@rdfs:comment": {
"@value": "The mapping of a rating scale to the CQS system"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingScale"
},
"@rdfs:range": {
"@id": "@xsd:boolean"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Quality_Step"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "http://purl.org/dc/terms/contributor",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:CreditRatingSystem",
"@rdfs:comment": {
"@value": "All concrete components (models, scales) that are used by a credit rating agency to produce a credit rating"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "CreditRatingSystem"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating_System"
},
"@type": "@owl:Class"
},
{
"@id": "@cro:BusinessModel",
"@rdfs:comment": {
"@value": "The core (rating specific) business model choices adopted by a rating agency"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "BusinessModel"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating_Agency"
},
"@type": "@owl:Class"
},
{
"@id": "@cro:has_legal_entity_type",
"@rdfs:comment": {
"@value": "Whether the rating concerns an issuer (legal entity) or an instrument (debt security)"
},
"@rdfs:domain": {
"@id": "@cro:CreditRating"
},
"@rdfs:range": {
"@id": "_:N608aa94fcedb47f4ab1b34ef995de40e"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:N608aa94fcedb47f4ab1b34ef995de40e",
"@owl:oneOf": {
"@list": [
{
"@value": "Instrument Rating"
},
{
"@value": "Issuer Rating"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:",
"@owl:versionIRI": {
"@id": "@cro:0.1"
},
"@owl:versionInfo": {
"@value": "0.1.0"
},
"@rdfs:comment": {
"@value": "The elements of the CRO ontology are annotated in more detail in the Open Risk Manual under the Credit Ratings Ontology category."
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:seeAlso": {
"@value": "https://www.openriskmanual.org/wiki/Credit_Ratings_Ontology"
},
"@type": "@owl:Ontology",
"http://purl.org/dc/elements/1.1/abstract": {
"@value": "The Credit Ratings Ontology (CRO), described using W3C RDF Schema and the Web Ontology Language OWL.\n\nCRO aims to capture the core concepts involved in the production of credit ratings thereby aiding the more systematic processing of credit data.\n\nRelease Notes:\n- Version 0.1 Initial Release. Defines the main classes, object and data properties of the ontology"
},
"http://purl.org/dc/elements/1.1/creator": {
"@value": "Open Risk"
},
"http://purl.org/dc/elements/1.1/description": {
"@value": "The Credit Ratings Ontology (CRO), described using W3C RDF Schema and the Web Ontology Language OWL.\n\nCRO aims to capture the core concepts involved in the production of credit ratings thereby aiding the more systematic processing of credit data.\n\nRelease Notes:\n- Version 0.1 Initial Release. Defines the main classes, object and data properties of the ontology\n"
},
"http://purl.org/dc/elements/1.1/format": {
"@value": "application/rdf+xml"
},
"http://purl.org/dc/elements/1.1/rights": {
"@value": "Copyright © 2021 Open Risk"
},
"http://purl.org/dc/elements/1.1/title": {
"@value": "CRO, A credit ratings ontology"
},
"http://purl.org/dc/terms/contributor": {
"@value": "We welcome contributors to the Credit Ratings Ontology!"
},
"http://purl.org/dc/terms/license": {
"@value": "Creative Commons Attribution 3.0 (CC BY 3.0)"
}
},
{
"@id": "http://purl.org/dc/elements/1.1/abstract",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:has_parent_description",
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@xsd:string"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_information_model",
"@rdfs:comment": {
"@value": "Whether the agency uses private information in the formation of ratings"
},
"@rdfs:domain": {
"@id": "@cro:BusinessModel"
},
"@rdfs:range": {
"@id": "_:N0af6cc93abaf4a6c9ed8402ffa75c2b8"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:N0af6cc93abaf4a6c9ed8402ffa75c2b8",
"@owl:oneOf": {
"@list": [
{
"@value": "Public and Private"
},
{
"@value": "Public only"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:has_default_definition",
"@rdfs:comment": {
"@value": "The default definition as disclosed"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingMethodology"
},
"@rdfs:range": {
"@id": "@xsd:string"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Default_Definition"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_market_segment",
"@rdfs:comment": {
"@value": "The market segment of a rating agency"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@cro:MarketSegment"
},
"@type": "@owl:ObjectProperty"
},
{
"@id": "@cro:is_part_or_rating_system",
"@rdfs:domain": {
"@id": "@cro:CreditRatingMethodology"
},
"@rdfs:range": {
"@id": "@cro:CreditRatingSystem"
},
"@type": "@owl:ObjectProperty"
},
{
"@id": "@cro:has_profit_profile",
"@rdfs:comment": {
"@value": "Whether a rating agency is for-profit or non-profit"
},
"@rdfs:domain": {
"@id": "@cro:BusinessModel"
},
"@rdfs:range": {
"@id": "_:Ne20168db49194b9086585aa27d07f960"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:Ne20168db49194b9086585aa27d07f960",
"@owl:oneOf": {
"@list": [
{
"@value": "For-profit"
},
{
"@value": "Non-profit"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:has_ESMA_id",
"@rdfs:comment": {
"@value": "The ESMA ID of an agency (EU only)"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@xsd:string"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:CreditRatingAgency",
"@rdfs:comment": {
"@value": "The core Credit Rating Agency Class representing an entity issuing credit ratings"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "CreditRatingAgency"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating_Agency"
},
"@type": "@owl:Class"
},
{
"@id": "http://purl.org/dc/elements/1.1/description",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:CreditRatingMethodology",
"@rdfs:comment": {
"@value": "The credit rating methodology adopted by a rating agency (can be multiple)"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "CreditRatingMethodology"
},
"@rdfs:seeAlso": {
"@id": "@cro:Credit%20Rating%20Methodology"
},
"@type": "@owl:Class"
},
{
"@id": "@cro:CreditRatingScale",
"@rdfs:comment": {
"@value": "The set of labels, grades over which a credit rating may range"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "CreditRatingScale"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating_Scale"
},
"@type": "@owl:Class"
},
{
"@id": "http://purl.org/dc/elements/1.1/format",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:has_risk_horizon",
"@rdfs:comment": {
"@value": "The temporal risk horizon that is targeted by the credit rating"
},
"@rdfs:domain": {
"@id": "@cro:CreditRating"
},
"@rdfs:range": {
"@id": "_:Nc2dafea03c3c4a27b078d1af84aa7c30"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:Nc2dafea03c3c4a27b078d1af84aa7c30",
"@owl:oneOf": {
"@list": [
{
"@value": "Long Term"
},
{
"@value": "Short Term"
}
]
},
"@type": "@rdfs:Datatype"
},
{
"@id": "@cro:CreditRating",
"@rdfs:comment": {
"@value": "The core credit rating class encapsulating in particular all data elements required to parse credit data"
},
"@rdfs:isDefinedBy": {
"@id": "https://www.openriskmanual.org/ns/cro.owl"
},
"@rdfs:label": {
"@value": "CreditRating"
},
"@rdfs:seeAlso": {
"@id": "https://www.openriskmanual.org/wiki/Credit_Rating"
},
"@type": "@owl:Class"
},
{
"@id": "http://purl.org/dc/elements/1.1/title",
"@type": "@owl:AnnotationProperty"
},
{
"@id": "@cro:has_name",
"@rdfs:comment": {
"@value": "Agency full name"
},
"@rdfs:domain": {
"@id": "@cro:CreditRatingAgency"
},
"@rdfs:range": {
"@id": "@xsd:Name"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_methodology_description",
"@rdfs:domain": {
"@id": "@cro:CreditRatingMethodology"
},
"@rdfs:range": {
"@id": "@xsd:string"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "@cro:has_risk_assessment_type",
"@rdfs:comment": {
"@value": "The absolute or relative (to peers) nature of a credit rating"
},
"@rdfs:domain": {
"@id": "@cro:CreditRating"
},
"@rdfs:range": {
"@id": "_:Nba9ab5c5ae6a4d75a65428b1cefa4fde"
},
"@type": "@owl:DatatypeProperty"
},
{
"@id": "_:Nba9ab5c5ae6a4d75a65428b1cefa4fde",
"@owl:oneOf": {
"@list": [
{
"@value": "Absolute"
},
{
"@value": "Relative"
}
]
},
"@type": "@rdfs:Datatype"
}
]
}