Skip to content

Commit

Permalink
cap the case
Browse files Browse the repository at this point in the history
  • Loading branch information
fahd committed Mar 24, 2021
1 parent ced8d15 commit 99729f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
"name": "cdm",
"description": "International Swaps and Derivatives Association - CDM",
"modelPath": "src/main",
"documentPath": "src/main/resources/documents",
"permissions": [],
"lowestVersion": "2.55.5",
"documents": {
"terms-of-service": "2.0.0"
},
"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",
Expand Down

0 comments on commit 99729f2

Please sign in to comment.