Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FieldTableAttributeDefinition
transaction idtransactionidPK for transaction
deductible amounttransactiondeductible_amountDeductible amount that applies to the Physical Damage coverages
accounting yeartransactionaccounting_yearReflects reporting year
exposure_amounttransactionexposure_amountThe actual number of vehicles covered by the premium posted in the statistical record. Usually this will be one, although it is possible for the same coverage to be provided in the same policy on more than one vehicle, in which case the Exposure entry would be the number of vehicles covered under the coding entry.
transaction typetransactiontype
deductible_amounttransactiondeductible_amountDeductible amount that applies to the Physical Damage coverages
zipcodetransactionzipcodepolicy zipcode

transactionf_transactional_code_idFK for tbl: transaction_code

transactionf_state_idFK for tbl: state

transactionf_coverage_code_idFK for tbl: coverage_code

transactionf_policy_idFK for tbl: policy

...

FieldTableAttributeDefinition
subline idsublineidPK for subline
subline namesublinenameHuman readable name for subline
subline codesublinecodeShort hand for subline code


Company

FieldTableAttributeDefinition
company idcompanyidPK for company
company namecompanynamename of company
company descriptioncompanydescriptioncompany description


type_of_business

FieldTableAttributeDefinition
type_of_business idtype_of_businessidPK for type_of_business
type_of_business nametype_of_businessnamename of type_of_business
type_of_business descriptiontype_of_businessdescriptiontype_of_business description


class_group

FieldTableAttributeDefinition
class_group idclass_groupidPK for class_group
class_group nameclass_groupnamename of class_group
class_group descriptionclass_groupdescriptionclass_group description


Model Acronyms/Definitions

idAcronymExplanation
1PKprimary key, the unique identifier for a row
2FKforeign key, a reference to a unique row that is defined in another table.