Touchstone Re 2022 Database Reference
tUSMPCIIndPremium Table
AIRUserSetting Database : tUSMPCIIndPremium Table
Description

Stores Multiple Peril Crop Insurance (MPCI) industry premiums associated with each state in the United States (U.S.) for each supported version of the MPCI Model for the U.S. 

Default industry premiums are based on government-reported premium amounts. The table also stores user-specified custom percentages that the application can apply to the default industry premiums.

Touchstone Re stores premiums for each of the three MPCI funds (BuyUp, Cat, and Revenue) and applies the premiums and custom percentages during loss analyses that include the MPCI Model for the U.S.

Properties
Creation Date4/4/2022 3:02 AM
File GroupPRIMARY
Text File Group
System Object
Published for Replication
Rows192
Data Space Used24.00 KB
Index Space Used16.00 KB
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key Unique system-generated sequential identifier for the premium record.int4   
 Unique system-generated sequential identifier for the business unit associated with the premium record.int4   
 

Code that indicates whether the premium record represents the default (government-assigned) premium or a user-specified premium.

For a complete list of codes, see tUSMPCIType Table.

tinyint1   
 Code that represents the AIR model associated with the group assignment.int4   
 Version of the AIR model.varchar10   
 

Unique system-generated sequential identifier for the U.S. state associated with the premiums.

For a complete list of codes, see tGeography Table.

int4   
 Default (government-specified) premium for the BuyUp fund.float9   
 Default (government-specified) premium for the Cat fund. float9   
 Default (government-specified) premium for the Revenue fund. float9   
 Percentage of the BuyupDefault value that defines the user-specified premium for the BuyUp fund.float9   
 Percentage of the CatDefault value that defines the user-specified premium for the Cat fund.float9   
 Percentage of the RevenueDefault value that defines the user-specified premium for the Revenue fund.float9   
See Also

Related Objects

AIRUserSetting Database