Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kathryn-ods committed Aug 9, 2024
1 parent 2272fcb commit 73c021a
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
"type": "legalEntity"
}
}
},
Expand All @@ -35,8 +35,7 @@
"interestedParty": "10478c6cf6de",
"interests":[
{
"startDate": "2020-01-01",
"endDate": "2019-01-01"
"type": "nominee"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
"type": "arrangement",
"subtype": "trust"
}
}
},
Expand All @@ -35,8 +36,7 @@
"interestedParty": "10478c6cf6de",
"interests":[
{
"startDate": "2019-01-01",
"endDate": "2020-01-01"
"type": "nominee"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "registeredEntity"
"type": "arrangement",
"subtype": "nomination"
}
}
},
Expand All @@ -35,8 +36,7 @@
"interestedParty": "10478c6cf6de",
"interests":[
{
"startDate": "2019-01-01",
"endDate": "2019-01-01"
"type": "nominee"
}
]
}
Expand Down
44 changes: 44 additions & 0 deletions tests/data/valid-statements/nominee_valid2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
[
{
"statementId": "1dc0e987-5c57-4a1c-b3ad-61353b66a9b7",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "c359f58d2977",
"recordType": "entity",
"recordDetails": {
"isComponent": false,
"entityType": {
"type": "arrangement",
"subtype": "nomination"
}
}
},
{
"statementId": "019a93f1-e470-42e9-957b-03559861b2e2",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "10478c6cf6de",
"recordType": "person",
"recordDetails": {
"isComponent": false,
"personType": "knownPerson"
}
},
{
"statementId": "fbfd0547-d0c6-4a00-b559-5c5e91c34f5c",
"declarationSubject": "c359f58d2977",
"statementDate": "2020-03-04",
"recordId": "93b53022ae6a",
"recordType": "relationship",
"recordDetails": {
"isComponent": false,
"subject": "c359f58d2977",
"interestedParty": "10478c6cf6de",
"interests":[
{
"type": "nominator"
}
]
}
}
]

0 comments on commit 73c021a

Please sign in to comment.