US expense dataset
usexpense.RdThis dataset is originally from the National Association of Insurance Commissioners and was examined by Frees (2011). This dataset contains financial statements based on 2005 annual reports for all the property and casualty insurance companies in United States. The annual reports are financial statements that use statutory accounting principles.
Usage
data(usexpense)Format
usexpense is a data frame of 15 columns and 384 rows:
CompanyNameName of the company.
GroupIndicates if the company is affiliated.
MutualIndicates if the company is a mutual company.
StockIndicates if the company is a stock company.
RBCRisk-Based Capital.
ExpensesTotal expenses incurred, in millions of dollars.
StaffWageAnnual average wage of the insurer's administrative staff, in thousands of dollars.
AgentWageAnnual average wage of the insurance agent, in thousands of dollars.
LongLossLosses incurred for long tail lines, in millions of dollars.
ShortLossLosses incurred for short tail lines, in millions of dollars.
GWPpersonalGross written premium for personal lines, in millions of dollars.
GWPcommercialGross written premium for commercial lines, in millions of dollars.
AssetsNet admitted assets, in millions of dollars.
CashCash and invested assets, in millions of dollars.
LiqRatioThe ratio of the liquid assets to the current liabilities level.
References
Frees, E.W. (2011). Regression Modeling with Actuarial and Financial Applications, Cambridge University Press, doi:10.1017/CBO9780511814372 .
Examples
# (1) load of data
#
data(usexpense)