Skip to content

Commit

Permalink
Add terminatedEarly and terminatedSuccessfully to contractStatus code…
Browse files Browse the repository at this point in the history
…list #395
  • Loading branch information
ColinMaudry committed Jan 28, 2021
1 parent d7ae3a2 commit a4e238f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/codelists/contractStatus.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ pending,Pending,"This contract has been proposed, but is not yet in force. It mi
active,Active,"This contract has been signed by all the parties, and is now legally in force."
cancelled,Cancelled,This contract has been cancelled prior to being signed.
terminated,Terminated,"This contract was signed and in force, and has now come to a close. This might be due to the successful completion of the contract, or might be early termination due to some non-completion."
terminatedEarly,Terminated early,"This contract was signed and in force, and is terminated early due to some non-completion."
terminatedSuccessfully,Terminated successfuly,"This contract was signed and in force, and is terminated due to its successful completion."

0 comments on commit a4e238f

Please sign in to comment.