Skip to content

Commit

Permalink
Adding notes on modelling (mostly still ToDo)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Davies committed Jun 20, 2018
1 parent 141a4fc commit c50bdd2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/data-schema-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,17 @@ At the top level of any structured file are arrays (packages) of statements. All
.. jsonschema:: ../schema/bods-package.json
```

## Modelling notes

This section will outline some of the more complex modelling decisions, such as:

* Trusts - modelled as an entity, with a BO statement for each trustee etc.
* Joint Shareholding - modelled as an artificial entity with each joint shareholder related by a BO statement to the artificial joint shareholding entity
* Agreements - modelled as a qualification/annotation on an interest


TODO.


## Normative references

Expand Down

0 comments on commit c50bdd2

Please sign in to comment.