E
eliffman
I'm developing a db to track investment subscriptions for my company's
various offerings. Subscriptions may be made either (1) by individuals or
(2) by entities, where an entity is simply a group of individuals. It's
important to note that in the second case, the entity (not each individual
member of the entity) is the investor of record. Where it gets complicated
is over many subscriptions, an individual investor may be invested in some
as an individual and in others as a member of an entity.
Here's a diagram that will hopefully make my explanation a little clearer.
Individual A =====================> Offering 1
Individual A =====> Entity A =========> Offering 2
Individual A =====> Entity B =========> Offering 3
Individual A======================> Offering 4
I've been toying around with three tables: Individuals, Entities and
Subscriptions but am getting confused by the relationships. Any suggestions
on a good table structure? Thanks in advance.
various offerings. Subscriptions may be made either (1) by individuals or
(2) by entities, where an entity is simply a group of individuals. It's
important to note that in the second case, the entity (not each individual
member of the entity) is the investor of record. Where it gets complicated
is over many subscriptions, an individual investor may be invested in some
as an individual and in others as a member of an entity.
Here's a diagram that will hopefully make my explanation a little clearer.
Individual A =====================> Offering 1
Individual A =====> Entity A =========> Offering 2
Individual A =====> Entity B =========> Offering 3
Individual A======================> Offering 4
I've been toying around with three tables: Individuals, Entities and
Subscriptions but am getting confused by the relationships. Any suggestions
on a good table structure? Thanks in advance.