This table represents an instance of a Tax Form Collation for a particular client.It is possible that instance was never processed nor filed.While it is the case that this deals with Tax Forms one Collation at a time,this table-level documentation is the only place that will be acknowledged, except where the distinction is critical. |
tax_form_filing_KEY | int (4) | NOT NULL | Primary key for this table |
client_KEY | int (4) | NOT NULL | Key of client to which this tax form filing belongs |
tax_form_KEY | int (4) | NOT NULL | Key of Tax Form Collation that is being described. Note that individual tax forms do not actually have keys! All tax_form_KEY values everywhere in the system actually indicate a Tax Form Collation! |
period_end_date | date (3) | NOT NULL | The period end date that disambiguates the tax form collation to a particular filing. It is always necessary to have this data point, so when no period end date seems obvious, something will need to stand in. |