forked from rosetta-models/common-domain-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
30 lines (30 loc) · 763 Bytes
/
config.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
{
"id": "cdm",
"name": "cdm",
"description": "International Swaps and Derivatives Association - CDM",
"modelPath": "src/main",
"documentPath": "src/main/resources/documents",
"permissions": [],
"lowestVersion": "2.55.5",
"privacyStatementLink": "https://www.isda.org/general/isda-member-and-non-member-representative-privacy-notice/",
"documents": [
{
"documentId": "CDM-1",
"modelId": "CDM",
"displayName": "License Terms",
"version": "2.0.0",
"filename": "license-terms.md"
}
],
"dependencyArtifact": {
"groupId": "com.regnosys",
"artifactId": "core-cdm-dependencies",
"version": "2.55.5"
},
"modelArtifacts": [
{
"groupId": "com.isda",
"artifactId": "cdm"
}
]
}