US Department of Labor Form 5500 Policy Index
Snowflake table name : CYBERSYN.US_DEPARTMENT_OF_LABOR_FORM_5500_POLICY_INDEX
Name | Description | Type | Example |
---|---|---|---|
| Unique hash identifying each policy by the plan, acknowledgement id, sponsor EIN, insurance carrier EIN, policy start and end dates, and policy types. | VARCHAR |
|
| Form acknowledgement ID. Unique identifier for each form 5500 filing. Can be used to join to the filing index table to identify submissions. | VARCHAR |
|
| Name of the plan. | VARCHAR |
|
| Date of policy start. | DATE |
|
| Date of policy end. | DATE |
|
| Date when this plan became effective. This is a different property from the policy_start_date. The plan effective date can be used to reference the duration of the plan's lifespan, while the policy_start_date and policy_end_date refers to the duration of a policy covering a portion of the plan's lifespan. | DATE |
|
| The carrier's unique NAIC (National Association of Insurance Commissioner's) code. Note - this is separate from a NAICS (North American Industry Classification System) identifier. | VARCHAR |
|
| EIN (Employer Identification Number) of the insurance carrier. | VARCHAR |
|
| Name of the insurance carrier. | VARCHAR |
|
| Number of employees covered under the plan at the end of the policy year. | NUMBER |
|
| All sales and/or base commissions in monetary amount that are paid by an insurer, that are charged directly to the contract or policy and that are paid to a licensed agent or broker for the sale or placement of the contract or policy. | FLOAT |
|
| Payments (excluding sales and/or base commissions) by an insurer attributable directly or indirectly to a contract or policy to agents, brokers, and other persons for items such as service fees, consulting fees, finders fees, profitability and persistency bonuses, awards, prizes, and non-monetary forms of compensation). | FLOAT |
|
| Array containing the text descriptions of the types of insurance indicated for this policy. | ARRAY |
|
| Indicates if this is the first form 5500 filing for the plan. | BOOLEAN |
|
| Indicates if this is expected to be the last filing for the plan. | BOOLEAN |
|
Last updated