Skip to content

Commit

Permalink
Merge pull request #30 from actusfrf/dev
Browse files Browse the repository at this point in the history
updated version label
  • Loading branch information
nbundi authored Aug 10, 2020
2 parents f684421 + ee447ee commit e55e624
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 22 deletions.
5 changes: 2 additions & 3 deletions actus-dictionary-applicability.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"applicability": {
"annuity": {
Expand Down
5 changes: 2 additions & 3 deletions actus-dictionary-contract-reference.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"contractReference": {
"object": {
Expand Down
5 changes: 2 additions & 3 deletions actus-dictionary-event.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"event": {
"contractID": {
Expand Down
5 changes: 2 additions & 3 deletions actus-dictionary-states.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"states": {
"accruedInterest": {
Expand Down
5 changes: 2 additions & 3 deletions actus-dictionary-taxonomy.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"taxonomy": {
"annuity": {
Expand Down
5 changes: 2 additions & 3 deletions actus-dictionary-terms.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"terms": {
"accruedInterest": {
Expand Down
5 changes: 2 additions & 3 deletions actus-dictionary.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"version": {
"Version": "1.2",
"Edition": "0",
"Date": "2020-06-03"
"Version": "1.3",
"Date": "2020-08-10"
},
"taxonomy": {
"annuity": {
Expand Down
Binary file modified actus-dictionary.xlsx
Binary file not shown.
1 change: 0 additions & 1 deletion scripts/create-dictionary.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ dictionary = list()

# add version
version_details = data.frame(Version=as.character(version[which(version[,1]=="Version"),2]),
Edition=as.character(version[which(version[,1]=="Edition"),2]),
Date=as.character(version[which(version[,1]=="Date"),2]))
dictionary[["version"]] = unbox(version_details)

Expand Down

0 comments on commit e55e624

Please sign in to comment.