> >Hope I'm being clearer.
>
[quoted text clipped - 10 lines]
>
> Turning that around, what is "Entity A" called in the same situation?
Hi Elliot,
I sure would like to hear other comments on this since I will be working on
something similar to this.
You definitely need three tables, for example: tblSubscriber, tblOffering
and a junction table tblSubscription. This relationship tells you which
subscriber subscribes to which offering.
The following is the part that I'm not sure of (just a brainstorm):
In addition to individuals, tblSubscriber would also include entities who
subscribe to an offering. You may have to have a flag in tblSubscriber to
indicate whether a subscriber is an Individual or an Entity. With this flag,
you would be able to filter Entity and Individual from tblSubscriber. A
junction table between Entity and Individual would take care of the
relationship between Entity and Individual (say, tblMembership).
Some questions for you:
- Does an "offering" eventually become an Entity? which can, in turn, become
a subscriber to a yet new offering??
- Would there be transfer of membership between Individual in an Entity?
- Would there be transfer of subscription between Subscriber of an Offering?
Immanuel Sibero
> The investor of record, whether it's an Individual or an Entity, is called a
> Subscriber. If the Subscriber is an Entity, then the Entity is comprised of
[quoted text clipped - 23 lines]
> >
> > Turning that around, what is "Entity A" called in the same situation?
Elliot Liffman - 06 Feb 2004 17:55 GMT
Immanuel, I tried unsuccessfully to email you privately. Please send me an
email to eliffman@hotmail.com.
> Hi Elliot,
>
[quoted text clipped - 53 lines]
> > >
> > > Turning that around, what is "Entity A" called in the same situation?
>The investor of record, whether it's an Individual or an Entity, is called a
>Subscriber.
Ok.
>If the Subscriber is an Entity, then the Entity is comprised of
>Members (who are Individuals).
I would have thought the Entity would consist of members whether the
entity is a subscriber or not. I'm sure that depends on what kind of
entity we're talking about. So which is it? Does the entity consist
of members even if the entity isn't a subscriber?
>Therefore, an Individual may be (1) a
>Subscriber of an Offering or (2) a Member of an Entity that is a Subscriber
>of an Offering.
Now, *that's* clearer. :)
>An Individual being a Subscriber of one Offering does not preclude that
>Individual from being a Member of an Entity that is a Subscriber in another
>(or even the same) Offering.
>The "Entity-as-Subscriber" case is relatively uncommon. Perhaps 5% of all
>cases.
So do these statements get us closer? Are they right? Incomplete?
Subscriber [Individual A] subscribes to offering [Offering A].
Subscriber [Entity A] subscribes to offering [Offering A].
Entity [Entity A] includes member [Individual A].
Entity [Entity A] includes member [Individual B].
Entity [Entity B] includes member [Individual A].
Entity [Entity C] includes member [Individual A].
Entity [Entity C] includes member [Individual C].

Signature
Mike Sherrill
Information Management Systems
Elliot - 08 Feb 2004 15:26 GMT
> I would have thought the Entity would consist of members whether the
> entity is a subscriber or not. I'm sure that depends on what kind of
> entity we're talking about. So which is it? Does the entity consist
> of members even if the entity isn't a subscriber?
Yes, any entity would be comprised of members. But since this db is
intended to track subscriptions, an entity that is *not* a subscriber of any
offering would not be recorded in the db.
> So do these statements get us closer? Are they right? Incomplete?
>
> Subscriber [Individual A] subscribes to offering [Offering A].
> Subscriber [Entity A] subscribes to offering [Offering A].
>
> Entity [Entity A] includes member [Individual A].
Right, but note that it's uncommon for an individual [Individual A] to
subscribe to a given offering [Offering A] both directly *and* as a member
of an entity [Entity A].
> Entity [Entity A] includes member [Individual A].
> Entity [Entity B] includes member [Individual A].
> Entity [Entity C] includes member [Individual A].
The above scenario, where an individual [Individual A] who is already
subscribed directly also subscribes as a member of *three* entities [Entity
A, Entity B and Entity C], is possible, but very unlikely.
> Entity [Entity A] includes member [Individual B].
> Entity [Entity C] includes member [Individual C].
OK
Here's another possibility:
Subscriber [Entity X] subscribes to offering [Offering A].
Entity [Entity X] includes member [Entity Y].