The AIR Multiple Peril Crop Insurance Model for China

Size: px
Start display at page:

Download "The AIR Multiple Peril Crop Insurance Model for China"

Transcription

1 The AIR Multiple Peril Crop Insurance Model for China Participation in China s Multiple Peril Crop Insurance (MPCI) program has dramatically increased since The growth in insurance penetration, together with complex and evolving policy conditions, means that relying on historical losses to estimate future losses is insufficient. The AIR MPCI Model for China provides a probabilistic approach and the most up-to-date view of the risk of losses arising from perils covered under China s crop insurance program.

2 A primary distinction between crop insurance and most other insurance lines is the correlation of losses across wide regions the result of large-scale adverse weather events. In mainland China, weather is to blame for 90% of all crop losses. The financial impact is significant. AIR estimates that a repeat of the 2000 drought would cost crop insurers more than 20 billion yuan today. Thus, in order to quantify the potential gains and losses to a crop insurance portfolio, it is critical to quantify the impact of weather. AIR s Comprehensive Approach to Modeling Crop Losses Offers Companies Multiple Views of Their Risk In 2011, AIR leveraged its considerable experience and success in modeling MPCI portfolios in the United States to develop a model for mainland China. Since then, we have updated the model several times to keep it up to date with the fast changing Chinese agriculture insurance market. The AIR MPCI Model for China captures the severity, frequency, and location of drought, flood, wind, and frost/freeze events nationwide, covering 90% of the weather-related crop losses. In addition, AIR also offers a probabilistic approach to model comprehensive insurance coverage of forests in China, accounting for fire, wind, precipitation, and pest/disease perils. AIR is dedicated to user flexibility, offering companies multiple views of their risk. Regular model updates ensure that analyses reflect the latest available weather, exposure, and policy condition information. In each update, AIR incorporates new crop area data from the China Statistical Yearbook and new policy condition information from the industry. Clients can generate custom results by utilizing peril and line-of-business filters, adjusting premium rates and sum insured per mu, and estimating model output from user-input deductibles (straight and franchise). In addition, the model provides a 10,000-year stochastic event catalog and a historical event set from 1981 to Premiums Claims CNY Billions TOTAL NATIONAL AGRICULTURAL PREMIUMS AND CLAIMS SINCE 1998 The growth in both premiums and claims arising from China s crop insurance program highlights the importance of modeling the impact of adverse weather events on China s cropland. (Sources: National Bureau of Statistics of China, China Insurance Regulatory Commission) 2

3 Accounting for the Major Crops Covered by Insurance The AIR MPCI Model for China estimates damage to the country s major crops: corn, cotton, rapeseed, rice, soybean, and wheat. Depending on the stage in the growing season at which an adverse weather event occurs, crop damage and the losses that result can be more, or less, severe. At the start of a growing season, for example, farmers have invested limited time and money into their crops; thus, if a weather event occurs, the potential losses are limited. As the season continues, however, the potential for losses grows. Insurance policy conditions in China cover crop production costs up to the time of damage, thus payouts are directly correlated to the crop s stage of development. Policy conditions also vary depending on the crop type, the peril, and the province. The AIR MPCI Model for China was built to accommodate these complex policy conditions. Leveraging Local Data for a Complete View of Agricultural Risk amid a Highly Variable Climate Mainland China has multiple climatic zones, ranging from subtropical to subarctic, and is subject to a wide range of weather events. The AIR MPCI Model for China captures the effects of frost, wind, drought, flood (where flooding can be due to excessive local precipitation, the runoff from more remote precipitation, and/or snowmelt), pest/disease (forests only), and fire (forests only). The model also captures the geographic variation in weather effects (for example, drought is more common in the arid north and west) and their different impacts (for example, wilt in the case of drought, or crop rot in the case of flood). To create a comprehensive 10,000-year catalog of simulated weather events, AIR scientists collected data on historical droughts, floods, typhoons, severe wind and frost events, forest fires, and pest/disease damage from various agencies, such as the U.S. National Oceanic and Atmospheric Administration and the National Bureau of Statistics of China. Daily temperature, precipitation, and wind speed data at high spatial resolution are also analyzed, and all this information is coupled with data on soils, terrain/elevation, and the spatial distribution of land cover types. The AWI Captures a Season of Drought and Flood Effects The AIR MPCI Model for China employs AIR s sophisticated Agricultural Weather Index TM (AWI TM ) to accurately capture effects of the severity, frequency, and location of adverse weather events, while also correctly preserving the influence of the timing of events during the season. The AWI assesses a region s water availability compared with each crop s Planted hectares reveal that only a fraction of China s vast expanse is arable. Water in the main growing areas of the north is scarce, while in the south, flooding is the dominant risk. Across China, farmers are extremely vulnerable to weather variability. Planted Hectares in each 50 km x 50 km grid cell (all modeled crops combined) 25,000-55,000 55,000-90,000 90, , , , , ,000 3

4 Elevation Available Water Capacity Land Use/Land Cover AWI TM Daily Minimum Temperature Daily Precipitation Daily Maximum Temperature AIR s AWI is a measure of the impact of drought and flood effects on crops. Key inputs into the AWI include high-resolution temperature, precipitation, and soil data, along with crop-specific agronomic data. The effects of freezing temperatures and damaging winds on crops are modeled separately. specific water needs and captures the season-long effects of drought and flood conditions on crops using time-series data on daily minimum and maximum temperature, daily accumulated precipitation, available water capacity of soil, crop-specific data (water requirement at each stage of crop development, planting dates, and resiliency to adverse weather conditions), land use/land cover, and terrain elevation. For temperature and precipitation, the model uses high-resolution gridded data of daily observations dating back to In the AIR model, drought intensity is quantified by the level of soil aridity above a threshold and its duration, while excess moisture intensity is quantified by the level of soil moisture above a threshold and its duration. The aridity and soil moisture are computed based on a water balance module that estimates the available water content at any point in a growing season. Information from the water balance module is combined with information from a module that accounts for flooding due to runoff from remote precipitation and snowmelt to determine the extent and duration of flood conditions. The final estimate of crop damage is made by using crop-specific, weather-based damage functions and accounting for the available moisture information. The resulting AWI index value describes the effects of the weather conditions experienced by a particular crop for the duration of the growing season. Creating New Crop Year Scenarios from Historical Data Including the effects of droughts, floods, high winds (including typhoons), and freezing temperatures, the AIR MPCI Model for China covers over 90% of the weatherrelated crop losses in China. Crop damage due to wind is determined from the combination of wind intensity (wind speed and duration) and crop-specific vulnerability. Frost intensity uses high-resolution temperature data to measure the extent that the minimum temperature falls beneath a threshold, taking into account crop-specific characteristics such as freezing points and growing season dates. 4

5 THE AIR MULTIPLE PERIL CROP INSURANCE MODEL FOR CHINA file_dir = "F:/Models/AgChina/data/stochasticCatalog/" files = dir(file_dir,".nc") filesv04 = files[grep("v04",files)] full_file_paths = paste(file_dir,filesv04,sep="") Actual file_dir = "F:/Models/AgChina/data/stochasticCatalog/" files = dir(file_dir,".nc") filesv04 = files[grep("v04",files)] full_file_paths = paste(file_dir,filesv04,sep="") nfiles = length(full_file_paths) nfiles = length(full_file_paths) cell_loc = read.csv("f:/models/agchina/data/staticdata/lonlatids csv") cell_loc = read.csv("f:/models/agchina/data/staticdata/lonlatids csv") loc_order_indx = order(cell_loc$cellid) cell_lon = cell_loc$lon[loc_order_indx] cell_lat = cell_loc$lat[loc_order_indx] cell_id = cell_loc$cellid[loc_order_indx] loc_order_indx = order(cell_loc$cellid) cell_lon = cell_loc$lon[loc_order_indx] cell_lat = cell_loc$lat[loc_order_indx] cell_id = cell_loc$cellid[loc_order_indx] cell_dim = dim(cell_loc)[1] event_indx = c(1,31,61,91,121,358) + 22 event_dim = length(event_indx) cell_dim = dim(cell_loc)[1] event_indx = c(1,31,61,91,121,358) + 22 event_dim = length(event_indx) week_indx = 35 week_indx = 35 cmi_map = c() #array(na,dim=c(event_dim,cell_dim)) cmi_hist_map = c() event = c() cell = c() cmi_map = c() #array(na,dim=c(event_dim,cell_dim)) cmi_hist_map = c() event = c() cell = c() for (i in 1:nfiles) { nc = open.ncdf(full_file_paths[i]) library(ncdf) cmi = get.var.ncdf(nc,"cmi",start=c(1,1,week_indx),count=c(-1,-1,1)) library(devemf) event = c(event,get.var.ncdf(nc,"event")) cell_tmp = get.var.ncdf(nc,"cell") rm(list=ls()); gc();gc();gc();gc() cmi_cells = 1:(length(cell_tmp)/2) cell = c(cell,cell_tmp[cmi_cells]) source("tools/gridplotter.r") cmi = cmi[,cmi_cells] source("f:/models/agchina/tools/utils/pcafuncs.r") for (i in 1:nfiles) { library(ncdf)nc = open.ncdf(full_file_paths[i]) cmi = get.var.ncdf(nc,"cmi",start=c(1,1,week_indx),count=c(-1,-1,1)) library(devemf) event = c(event,get.var.ncdf(nc,"event")) = get.var.ncdf(nc,"cell") rm(list=ls());cell_tmp gc();gc();gc();gc() cmi_cells = 1:(length(cell_tmp)/2) cell = c(cell,cell_tmp[cmi_cells]) source("tools/gridplotter.r") source("f:/models/agchina/tools/utils/pcafuncs.r") cmi = cmi[,cmi_cells] file_dir = "F:/Models/AgChina/data/stochasticCatalog/" # week = get.var.ncdf(nc,"week") # week = get.var.ncdf(nc,"week") file_dir = "F:/Models/AgChina/data/stochasticCatalog/" files = dir(file_dir,".nc") files = dir(file_dir,".nc") cmi_map = cbind(cmi_map,cmi[event_indx,]) cmi_map = cbind(cmi_map,cmi[event_indx,]) filesv04 = files[grep("v04",files)] filesv04 = files[grep("v04",files)] full_file_paths paste(file_dir,filesv04,sep="") pca=<list(center = get.var.ncdf(nc,"pcacenter"), pca <- list(center = get.var.ncdf(nc,"pcacenter"), full_file_paths = paste(file_dir,filesv04,sep="") scale = get.var.ncdf(nc,"pcascale"), scale = get.var.ncdf(nc,"pcascale"), nfiles = length(full_file_paths) rotation = get.var.ncdf(nc,"pcarot"), rotation = get.var.ncdf(nc,"pcarot"), nfiles = length(full_file_paths) x = get.var.ncdf(nc,"pcax")) x = get.var.ncdf(nc,"pcax")) cell_loc = read.csv("f:/models/agchina/data/staticdata/lonlatids csv") weekhist <- get.var.ncdf(nc,"weekdate") weekhist <- get.var.ncdf(nc,"weekdate") cell_loc = read.csv("f:/models/agchina/data/staticdata/lonlatids csv") cellhist <- get.var.ncdf(nc,"cellid") cellhist <- get.var.ncdf(nc,"cellid") flaghist <- get.var.ncdf(nc,"perilflag") loc_order_indx = order(cell_loc$cellid) flaghist <get.var.ncdf(nc,"perilflag") loc_order_indx = order(cell_loc$cellid) yearhist <- get.var.ncdf(nc,"year") cell_lon = cell_loc$lon[loc_order_indx] yearhist <- get.var.ncdf(nc,"year") cell_lon = cell_loc$lon[loc_order_indx] cell_lat = cell_loc$lat[loc_order_indx] cell_lat = cell_loc$lat[loc_order_indx] yea <- apply(weekhist,2,function(w) as.integer(format(strptime(w,format="%y%m%d"),format="%y"))) <- apply(weekhist,2,function(w) as.integer(format(strptime(w,format="%y%m%d"),format="%y")))cell_id = cell_loc$cellid[loc_order_indx] cell_idyea = cell_loc$cellid[loc_order_indx] mon <- apply(weekhist,2,function(w) as.integer(format(strptime(w,format="%y%m%d"),format="%m"))) mon <- apply(weekhist,2,function(w) as.integer(format(strptime(w,format="%y%m%d"),format="%m"))) day <- apply(weekhist,2,function(w) as.integer(format(strptime(w,format="%y%m%d"),format="%j"))) day=<-dim(cell_loc)[1] apply(weekhist,2,function(w) as.integer(format(strptime(w,format="%y%m%d"),format="%j"))) cell_dim = dim(cell_loc)[1] cell_dim event_indx = c(1,31,61,91,121,358) + 22 event_indx = c(1,31,61,91,121,358) + 22 <- which(flaghist==1) indxcmi <which(flaghist==1) event_dim =indxcmi length(event_indx) event_dim = length(event_indx) indxh <- which(flaghist==2) indxh <- which(flaghist==2) week_indx = 35 week_indx = 35 ######## reconstruct historical CMI ######## reconstruct historical CMI cmi_map = c() #array(na,dim=c(event_dim,cell_dim)) cmi_map = numcells c() #array(na,dim=c(event_dim,cell_dim)) <- dim(pca$x)[1] numcells <- dim(pca$x)[1] cmi_hist_map = c() cmi_hist_map = c() numweeks <- dim(pca$x)[2] numweeks <- dim(pca$x)[2] event numyears = c() event = c() numyears <- dim(pca$x)[3] <- dim(pca$x)[3] cell = cmihist c() cell = c() cmihist <- array(pcarecon(array(pca$x,c(numcells*numweeks,numyears)),pca$rotation,pca$scale,pca$center),c(numcells,numweeks,numyears)) <- array(pcarecon(array(pca$x,c(numcells*numweeks,numyears)),pca$rotation,pca$scale,pca$center),c(numcells,numweeks,numyears)) for (i in 1:nfiles) { mihist <- array(pcarecon(array(pca$x,c(numcells*numweeks,numyears)),pca$rotation,pca$scale,pca$center),c(numcells,numweeks,numyears)) close.ncdf(nc) open.ncdf(full_file_paths[i]) nc =cmi_hist_map = c(cmi_hist_map,cmihist[1:(numcells/2),week_indx,23]) cmi} = get.var.ncdf(nc,"cmi",start=c(1,1,week_indx),count=c(-1,-1,1)) event = c(event,get.var.ncdf(nc,"event")) cell_tmp = get.var.ncdf(nc,"cell") cell_order_indx = order(cell) cmi_cells = 1:(length(cell_tmp)/2) cell = cell[cell_order_indx] cellcmi_map = c(cell,cell_tmp[cmi_cells]) = cmi_map[,cell_order_indx] cmi_hist_map = cmi_hist_map[cell_order_indx] cmi = cmi[,cmi_cells] gridplotter(cell_lon,cell_lat,cmi_hist_map[],col=heat.colors(10)) for (i in 1:nfiles) { close.ncdf(nc) nc = open.ncdf(full_file_paths[i]) cmi_hist_map = c(cmi_hist_map,cmihist[1:(numcells/2),week_indx,23]) } cmi = get.var.ncdf(nc,"cmi",start=c(1,1,week_indx),count=c(-1,-1,1)) event = c(event,get.var.ncdf(nc,"event")) cell_order_indx = order(cell) cell_tmp = get.var.ncdf(nc,"cell") = cell[cell_order_indx] cmi_cellscell = 1:(length(cell_tmp)/2) cmi_map = cmi_map[,cell_order_indx] cell = c(cell,cell_tmp[cmi_cells]) cmi_hist_map = cmi_hist_map[cell_order_indx] cmi = cmi[,cmi_cells] gridplotter(cell_lon,cell_lat,cmi_hist_map[],col=heat.colors(10)) Crop growing conditions during historical floods and droughts are perturbed to produce the model s 10,000year catalog. Shown here are five realizations of perturbing the growing conditions during a historical flood event from May FORESTRY MODULE The AIR MPCI Model for China offers a probabilistic approach for estimating comprehensive insurance losses to China s forests, explicitly modeling fire, wind, precipitation, and pest/disease risks. Using satellitederived land use/land cover data and government reports, AIR has identified the locations of forests and their damage histories. The model incorporates detailed policy conditions for forestry by province. Historical flood, drought, wind, and frost events from 1979 to 2011 form the basis for generating the events that make up the model s catalog of simulated events. By changing, or perturbing, the growing conditions that were experienced during the historical years, a catalog representing a wide range of outcomes is produced each equally likely, but with potentially very different implications for insured losses. The AIR event generation process carefully maintains correlations in growing conditions in both space and time. These correlations are extremely important from a risk management perspective since they are the basis of any risk protection available from a well-diversified crop insurance portfolio. Damage Functions Estimate Total Damage by Region and Crop C HINA F ORES T C OVERAGE Hec tares per 50 km x 50 km grid c ell High : Low : 52 or below No Significant Forest The AIR model incorporates separate damage functions for drought, flood, wind, and frost that translate the intensity of the hazard affecting a crop or portfolio of crops into monetary loss. For drought and flood/excess precipitation conditions, intensity is defined in terms of output from the AWI. For wind and frost events, intensity is defined in terms of maximum daily wind speed and minimum daily temperature, respectively. 5

6 The damage functions in the AIR model vary by region due to different agricultural practices. For a given crop, weather damage is contingent on developmental stage. Corn plants, for example, are particularly susceptible to damage from droughts during the late vegetative and early reproductive stages. Cotton is highly susceptible to lack of oxygen (such as that caused by flooding) or too much or too little moisture during germination. Weather conditions favorable for one crop can be detrimental to another. A spring drought, for example, will not significantly impact winter wheat, which is close to maturity in the spring (having been planted in the fall). Indeed, dry conditions at harvest time can be beneficial to harvesting operations and physical access to fields. But a spring drought will damage spring corn because corn is in the stage of rapid growth at this time and needs sufficient water. Finally, with the exception of losses due to tropical cyclones, the effects of weather on crops are typically not immediate. Though a crop may suffer a setback during a dry spell, it may subsequently recover. It is the sum of all weather-related effects that determines the final damage to a crop as realized at harvest time for all explicitly modeled crops. Modeled Losses Are Validated Against Historical Losses Damaged areas are validated using historical data. The figure displays the results for Shanxi Province showing that the modeled drought damaged areas for the years 2009 to 2014 agree well with the historically observed damaged areas. The AIR MPCI Model for China calculates insured losses through the application of crop insurance policy conditions to the model s catalog of simulated events. Each policy type is unique and may be based on combinations of provinceaverage cost of production, perils, premium rates, sums insured, deductibles, and indemnity levels. To ensure the most reliable modeled loss estimates available, losses from the AIR MPCI Model for China are carefully validated against actual loss experience. Applications for Crop Insurers and Reinsurers MPCI programs are evaluated by applying each of the 10,000-year catalog outcomes and determining the insured retained loss. The probability distribution of total losses across the 10,000 simulated outcomes provides the measure of the risk of loss. This is expressed in terms of an exceedance probability distribution, characterized by the average (expected) annual gain/loss, and losses at selected exceedance probability levels, such as 10% (10-year return period), 5% (20-year return period), 1% (100-year return period), and 0.4% (250-year return period) exceedance probabilities. Crop insurance and reinsurance evaluations are performed in AIR s CATRADER software. Clients can generate custom results by utilizing peril and line-of-business filters, adjusting premium rates and sum insured per mu, and estimating model output from user-input deductibles. Crop insurers can evaluate alternative strategies in terms of expected profit versus potential risk. Reinsurers can price excess of loss and quota share programs and manage their entire portfolio. Fraction of Planted Area Shanxi Province Observed Drought Modeled Drought Year AIR modeled damaged areas for the years 2009 to 2014 compare well to the observed damaged areas. 6

7 The average annual loss (AAL) in the exceedance probability (EP) curve reflects historical loss ratios in China s crop insurance market. Tail events with large return periods, such as major droughts, flood, or wind events, can produce losses that far exceed the average. The industry EP curve shown in blue shows the size of tail events relative to the average annual loss for a countrywide exposure. When exposure is concentrated in an individual province, such as Shanxi shown in green, the size of losses in tail events can far outstrip the average loss. The EP curves shown here have been scaled to the same average annual loss. Percentage of AAL Industry EP Curve for China and Shanxi Province 400% 300% 200% 100% 0 AAL 5 yrs 10 yrs 20 yrs 50 yrs 100 yrs 250 yrs China Shanxi Model at a Glance Modeled Perils Model Domain Supported Geographic Resolution Vulnerability Module Covered Crops Drought, flood, wind, and frost damage for major crops; fire, wind, precipitation, and pest/ disease for forests Mainland China County and province Crop vulnerability varies by farming practice, peril, and crop developmental stage Corn, cotton, rapeseed, rice, soybean, and wheat are all explicitly modeled; all forest types modeled Historical Catalog Historical losses based on current exposure and coverage terms recast for the years 1981 through 2015 Model Options Modeled losses can be estimated for user-input deductibles by province, crop, and peril; model output can be adjusted for sum insured per mu and premium rate and distinguished by peril and line-of-business; forest losses can be modeled for fire only, or for all perils Model Highlights Calculates losses at 50 km resolution Provides a probabilistic catalog that takes into account the spatial and temporal correlations of crop losses Leverages the award-winning AWI to accurately isolate the impact of weather on crop damage at the county and province level Includes the first probabilistic approach for determining the likelihood of losses to China s forests Reflects individual insurance programs by province 7

8 ABOUT AIR WORLDWIDE AIR Worldwide (AIR) provides risk modeling solutions that make individuals, businesses, and society more resilient to extreme events. In 1987, AIR Worldwide founded the catastrophe modeling industry and today models the risk from natural catastrophes, terrorism, pandemics, casualty catastrophes, and cyber attacks, globally. Insurance, reinsurance, financial, corporate, and government clients rely on AIR s advanced science, software, and consulting services for catastrophe risk management, insurance-linked securities, site-specific engineering analyses, and agricultural risk management. AIR Worldwide, a Verisk (Nasdaq:VRSK) business, is headquartered in Boston with additional offices in North America, Europe, and Asia. For more information, please visit AIR Worldwide A Verisk Business

The AIR Crop Hail Model for the United States

The AIR Crop Hail Model for the United States The AIR Crop Hail Model for the United States Large hailstorms impacted the Plains States in early July of 2016, leading to an increased industry loss ratio of 90% (up from 76% in 2015). The largest single-day

More information

Modeling Multiple Peril Crop Insurance Worldwide

Modeling Multiple Peril Crop Insurance Worldwide Modeling Multiple Peril Crop Insurance Worldwide Jack Seaquist CARe Seminar C-7 Philadelphia, PA June 7, 2011 www.air-worldwide.com 1 AIR Agricultural Model Applications Underwriting Risk Transfer Enterprise

More information

The AIR Typhoon Model for South Korea

The AIR Typhoon Model for South Korea The AIR Typhoon Model for South Korea Every year about 30 tropical cyclones develop in the Northwest Pacific Basin. On average, at least one makes landfall in South Korea. Others pass close enough offshore

More information

Modeling Extreme Event Risk

Modeling Extreme Event Risk Modeling Extreme Event Risk Both natural catastrophes earthquakes, hurricanes, tornadoes, and floods and man-made disasters, including terrorism and extreme casualty events, can jeopardize the financial

More information

The AIR Inland Flood Model for Great Britian

The AIR Inland Flood Model for Great Britian The AIR Inland Flood Model for Great Britian The year 212 was the UK s second wettest since recordkeeping began only 6.6 mm shy of the record set in 2. In 27, the UK experienced its wettest summer, which

More information

AIR Inland Flood Model for Central Europe

AIR Inland Flood Model for Central Europe AIR Inland Flood Model for Central Europe In August 2002, an epic flood on the Elbe and Vltava rivers caused insured losses of EUR 1.8 billion in Germany and EUR 1.6 billion in Austria and Czech Republic.

More information

The AIR Inland Flood Model for the United States

The AIR Inland Flood Model for the United States The AIR Inland Flood Model for the United States In Spring 2011, heavy rainfall and snowmelt produced massive flooding along the Mississippi River, inundating huge swaths of land across seven states. As

More information

Impact of the New Standard Reinsurance Agreement (SRA) on Multi-Peril Crop Insurance (MPCI) Gain and Loss Probabilities

Impact of the New Standard Reinsurance Agreement (SRA) on Multi-Peril Crop Insurance (MPCI) Gain and Loss Probabilities Impact of the New Standard Reinsurance Agreement (SRA) on Multi-Peril Crop Insurance (MPCI) Gain and Loss Probabilities Oscar Vergara 1 (overgara@air-worldwide.com) Jack Seaquist (jseaquist@air-worldwide.com)

More information

The AIR Coastal Flood Model for Great Britain

The AIR Coastal Flood Model for Great Britain The AIR Coastal Flood Model for Great Britain The North Sea Flood of 1953 inundated more than 100,000 hectares in eastern England. More than 24,000 properties were damaged, and 307 people lost their lives.

More information

AIR s 2013 Global Exceedance Probability Curve. November 2013

AIR s 2013 Global Exceedance Probability Curve. November 2013 AIR s 2013 Global Exceedance Probability Curve November 2013 Copyright 2013 AIR Worldwide. All rights reserved. Information in this document is subject to change without notice. No part of this document

More information

GLOSSARY. 1 Crop Cutting Experiments

GLOSSARY. 1 Crop Cutting Experiments GLOSSARY 1 Crop Cutting Experiments Crop Cutting experiments are carried out on all important crops for the purpose of General Crop Estimation Surveys. The same yield data is used for purpose of calculation

More information

The Global Risk Landscape. RMS models quantify the impacts of natural and human-made catastrophes for the global insurance and reinsurance industry.

The Global Risk Landscape. RMS models quantify the impacts of natural and human-made catastrophes for the global insurance and reinsurance industry. RMS MODELS The Global Risk Landscape RMS models quantify the impacts of natural and human-made catastrophes for the global insurance and reinsurance industry. MANAGE YOUR WORLD OF RISK RMS catastrophe

More information

AIRCURRENTS: BLENDING SEVERE THUNDERSTORM MODEL RESULTS WITH LOSS EXPERIENCE DATA A BALANCED APPROACH TO RATEMAKING

AIRCURRENTS: BLENDING SEVERE THUNDERSTORM MODEL RESULTS WITH LOSS EXPERIENCE DATA A BALANCED APPROACH TO RATEMAKING MAY 2012 AIRCURRENTS: BLENDING SEVERE THUNDERSTORM MODEL RESULTS WITH LOSS EXPERIENCE DATA A BALANCED APPROACH TO RATEMAKING EDITOR S NOTE: The volatility in year-to-year severe thunderstorm losses means

More information

Sensitivity Analyses: Capturing the. Introduction. Conceptualizing Uncertainty. By Kunal Joarder, PhD, and Adam Champion

Sensitivity Analyses: Capturing the. Introduction. Conceptualizing Uncertainty. By Kunal Joarder, PhD, and Adam Champion Sensitivity Analyses: Capturing the Most Complete View of Risk 07.2010 Introduction Part and parcel of understanding catastrophe modeling results and hence a company s catastrophe risk profile is an understanding

More information

AIRCURRENTS: NEW TOOLS TO ACCOUNT FOR NON-MODELED SOURCES OF LOSS

AIRCURRENTS: NEW TOOLS TO ACCOUNT FOR NON-MODELED SOURCES OF LOSS JANUARY 2013 AIRCURRENTS: NEW TOOLS TO ACCOUNT FOR NON-MODELED SOURCES OF LOSS EDITOR S NOTE: In light of recent catastrophes, companies are re-examining their portfolios with an increased focus on the

More information

AIR Worldwide Analysis: Exposure Data Quality

AIR Worldwide Analysis: Exposure Data Quality AIR Worldwide Analysis: Exposure Data Quality AIR Worldwide Corporation November 14, 2005 ipf Copyright 2005 AIR Worldwide Corporation. All rights reserved. Restrictions and Limitations This document may

More information

The AIR Model for Terrorism

The AIR Model for Terrorism The AIR Model for Terrorism More than a decade after 9/11, terrorism remains a highly dynamic threat capable of causing significant insurance losses. The AIR model takes a probabilistic approach to estimating

More information

Reimagine Risk Management

Reimagine Risk Management Own the risk. Reimagine Risk Management The challenges today s risk managers face are relentless. Losses seem to grow larger with each new event. Nonmodeled sources of risk emerge and reveal new vulnerabilities.

More information

Catastrophe Risk Engineering Solutions

Catastrophe Risk Engineering Solutions Catastrophe Risk Engineering Solutions Catastrophes, whether natural or man-made, can damage structures, disrupt process flows and supply chains, devastate a workforce, and financially cripple a company

More information

Probabilistic Drought Hazard and Risk Model: A contribution of the Risk Nexus Initiative

Probabilistic Drought Hazard and Risk Model: A contribution of the Risk Nexus Initiative Workshop on Developing a Drought Monitoring, Early Warning and Mitigation System for South America 8 10 August 2017 Buenos Aires, Argentina Probabilistic Drought Hazard and Risk Model: A contribution of

More information

INDEX BASED RISK TRANSFER AND INSURANCE MECHANISMS FOR ADAPTATION. Abedalrazq Khalil, PhD Water Resources Specialist, World Bank

INDEX BASED RISK TRANSFER AND INSURANCE MECHANISMS FOR ADAPTATION. Abedalrazq Khalil, PhD Water Resources Specialist, World Bank INDEX BASED RISK TRANSFER AND INSURANCE MECHANISMS FOR ADAPTATION Abedalrazq Khalil, PhD Water Resources Specialist, World Bank Outline Introduction: Climate Change and Extremes Index Based Risk Transfer:

More information

The AIR U.S. Hurricane

The AIR U.S. Hurricane The AIR U.S. Hurricane Model for Offshore Assets The Gulf of Mexico contains thousands of platforms and rigs of various designs that produce 1.4 million barrels of oil and 8 billion cubic feet of gas per

More information

Overview of U.S. Crop Insurance Industry Insurance and Reinsurance

Overview of U.S. Crop Insurance Industry Insurance and Reinsurance Overview of U.S. Crop Insurance Industry Insurance and Reinsurance June 20, 2008 2 Legal Disclaimer The content in this presentation has been prepared solely for the purpose of providing information on

More information

Scott Auld. Senior Project for Bachelor of Science. Department of Applied Economics. Oregon State University. August 25, 2016

Scott Auld. Senior Project for Bachelor of Science. Department of Applied Economics. Oregon State University. August 25, 2016 What are the causes and timing of loss for insured crops in the U.S. Pacific Northwest? Scott Auld Senior Project for Bachelor of Science Department of Applied Economics Oregon State University August

More information

Pioneer ILS Interval Fund

Pioneer ILS Interval Fund Pioneer ILS Interval Fund COMMENTARY Performance Analysis & Commentary March 2016 Fund Ticker Symbol: XILSX us.pioneerinvestments.com First Quarter Review The Fund returned 1.35%, net of fees, in the first

More information

Managing Typhoon. South Korea s Typhoon Climatology. by Dr. Peter Sousounis, Dr. Mary Louie, Dr. Cagdas Kafali, and Mr.

Managing Typhoon. South Korea s Typhoon Climatology. by Dr. Peter Sousounis, Dr. Mary Louie, Dr. Cagdas Kafali, and Mr. Managing Typhoon Risk in South Korea 12.2010 Jason Dr. Cagdas Kafali, and Mr. Butke South Korea is at risk from a variety of natural disasters including landslides, severe winter storms and even tsunamis

More information

Catastrophe Reinsurance Pricing

Catastrophe Reinsurance Pricing Catastrophe Reinsurance Pricing Science, Art or Both? By Joseph Qiu, Ming Li, Qin Wang and Bo Wang Insurers using catastrophe reinsurance, a critical financial management tool with complex pricing, can

More information

A PRESENTATION BY THE AMERICAN ACADEMY OF ACTUARIES TO THE NAIC S CLIMATE CHANGE AND GLOBAL WARMING (C) WORKING GROUP

A PRESENTATION BY THE AMERICAN ACADEMY OF ACTUARIES TO THE NAIC S CLIMATE CHANGE AND GLOBAL WARMING (C) WORKING GROUP A PRESENTATION BY THE AMERICAN ACADEMY OF ACTUARIES TO THE NAIC S CLIMATE CHANGE AND GLOBAL WARMING (C) WORKING GROUP MARCH 24, 2018 MILWAUKEE, WISCONSIN COPYRIGHT 2018 2018 American Academy of Actuaries.

More information

An Introduction to Natural Catastrophe Modelling at Twelve Capital. Dr. Jan Kleinn Head of ILS Analytics

An Introduction to Natural Catastrophe Modelling at Twelve Capital. Dr. Jan Kleinn Head of ILS Analytics An Introduction to Natural Catastrophe Modelling at Twelve Capital Dr. Jan Kleinn Head of ILS Analytics For professional/qualified investors use only, Q2 2015 Basic Concept Hazard Stochastic modelling

More information

Value at Risk. january used when assessing capital and solvency requirements and pricing risk transfer opportunities.

Value at Risk. january used when assessing capital and solvency requirements and pricing risk transfer opportunities. january 2014 AIRCURRENTS: Modeling Fundamentals: Evaluating Edited by Sara Gambrill Editor s Note: Senior Vice President David Lalonde and Risk Consultant Alissa Legenza describe various risk measures

More information

AIRCurrents by David A. Lalonde, FCAS, FCIA, MAAA and Pascal Karsenti

AIRCurrents by David A. Lalonde, FCAS, FCIA, MAAA and Pascal Karsenti SO YOU WANT TO ISSUE A CAT BOND Editor s note: In this article, AIR senior vice president David Lalonde and risk consultant Pascal Karsenti offer a primer on the catastrophe bond issuance process, including

More information

The AIR Institute's Certified Extreme Event Modeler Program MEETING THE GROWING NEED FOR TALENT IN CATASTROPHE MODELING & RISK MANAGEMENT

The AIR Institute's Certified Extreme Event Modeler Program MEETING THE GROWING NEED FOR TALENT IN CATASTROPHE MODELING & RISK MANAGEMENT The AIR Institute's Certified Extreme Event Modeler Program MEETING THE GROWING NEED FOR TALENT IN CATASTROPHE MODELING & RISK MANAGEMENT The increased focus on extreme event risk management by corporate

More information

MEETING THE GROWING NEED FOR TALENT IN CATASTROPHE MODELING & RISK MANAGEMENT

MEETING THE GROWING NEED FOR TALENT IN CATASTROPHE MODELING & RISK MANAGEMENT MEETING THE GROWING NEED FOR TALENT IN CATASTROPHE MODELING & RISK MANAGEMENT The increased focus on catastrophe risk management by corporate boards, executives, rating agencies, and regulators has fueled

More information

Catastrophe Risk Modelling. Foundational Considerations Regarding Catastrophe Analytics

Catastrophe Risk Modelling. Foundational Considerations Regarding Catastrophe Analytics Catastrophe Risk Modelling Foundational Considerations Regarding Catastrophe Analytics What are Catastrophe Models? Computer Programs Tools that Quantify and Price Risk Mathematically Represent the Characteristics

More information

Key elements of crops portfolio modeling. Baku 2018

Key elements of crops portfolio modeling. Baku 2018 Key elements of crops portfolio modeling. Baku 2018 Re-inspiring future Creating growth opportunities Baku, June 2018 AGENDA 1. Potential of the market 2. Crops portfolio profile 3. Main perils which threat

More information

The impact of present and future climate changes on the international insurance & reinsurance industry

The impact of present and future climate changes on the international insurance & reinsurance industry Copyright 2007 Willis Limited all rights reserved. The impact of present and future climate changes on the international insurance & reinsurance industry Fiona Shaw MSc. ACII Executive Director Willis

More information

Crop Insurance. John Buchanan CARe Seminar C-7 Philadelphia, PA June 7, CARe 2011 C7: Crop Insurance. Antitrust Notice

Crop Insurance. John Buchanan CARe Seminar C-7 Philadelphia, PA June 7, CARe 2011 C7: Crop Insurance. Antitrust Notice Crop Insurance John Buchanan CARe Seminar C-7 Philadelphia, PA June 7, 2011 CARe 2011 C7: Crop Insurance 1 Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the letter

More information

VULNERABILITY ASSESSMENT

VULNERABILITY ASSESSMENT SOUTHSIDE HAMPTON ROADS HAZARD MITIGATION PLAN VULNERABILITY ASSESSMENT INTRODUCTION The Vulnerability Assessment section builds upon the information provided in the Hazard Identification and Analysis

More information

Potential Cropping Benefits of Unmanned Aerial Vehicles (UAVs) Applications

Potential Cropping Benefits of Unmanned Aerial Vehicles (UAVs) Applications Potential Cropping Benefits of Unmanned Aerial Vehicles (UAVs) Applications Texas Water Resources Institute TR-477 June 2015 Ronald D. Lacewell, Paul Harrington Texas A&M AgriLife Research Potential Cropping

More information

Understanding CCRIF s Hurricane, Earthquake and Excess Rainfall Policies

Understanding CCRIF s Hurricane, Earthquake and Excess Rainfall Policies Understanding CCRIF s Hurricane, Earthquake and Excess Rainfall Policies Technical Paper Series # 1 Revised March 2015 Background and Introduction G overnments are often challenged with the significant

More information

Policies Revenue Protection (RP) Yield Protection (YP) Group Risk Income Protection (GRIP) Group Risk Protection (GRP)

Policies Revenue Protection (RP) Yield Protection (YP) Group Risk Income Protection (GRIP) Group Risk Protection (GRP) Policies Revenue Protection (RP) Yield Protection (YP) Group Risk Income Protection (GRIP) Group Risk Protection (GRP) RP What is Revenue Protection? A Revenue Protection (RP) policy protects a policyholder

More information

France s Funds and Insurance Schemes for Natural Disasters. Update

France s Funds and Insurance Schemes for Natural Disasters. Update France s Funds and Insurance Schemes for Natural Disasters Update 1 Mandatory cover of losses arising from Natural Catastrophes in: all Physical Damage (a.k.a. Fire ) insurance policies covering risks

More information

Our Efforts in Agricultural Market in SEA

Our Efforts in Agricultural Market in SEA Our Efforts in Agricultural Market in SEA -Case of Myanmar & Thailand- Mar 16 th 2018 Ken Gohara Alternative Solutions Section Commercial Risk Solutions Department 1 Corporate Profile Name : Sompo Japan

More information

Agricultural Insurance in China: History, Development and Success Factors

Agricultural Insurance in China: History, Development and Success Factors Agricultural Insurance in China: History, Development and Success Factors Agricultural Insurance in China: History, Development and Success Factors Author: Liudmyla Krychevska Agricultural Insurance Expert

More information

At USD 144 billion, global insured losses from disaster events in 2017 were the highest ever, sigma study says

At USD 144 billion, global insured losses from disaster events in 2017 were the highest ever, sigma study says c*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*- At USD 144 billion, global insured losses from disaster events in 2017 were the highest ever, sigma study says Total global economic losses from natural disasters

More information

CATASTROPHE RISK MODELLING AND INSURANCE PENETRATION IN DEVELOPING COUNTRIES

CATASTROPHE RISK MODELLING AND INSURANCE PENETRATION IN DEVELOPING COUNTRIES CATASTROPHE RISK MODELLING AND INSURANCE PENETRATION IN DEVELOPING COUNTRIES M.R. Zolfaghari 1 1 Assistant Professor, Civil Engineering Department, KNT University, Tehran, Iran mzolfaghari@kntu.ac.ir ABSTRACT:

More information

Flood Risk Assessment Insuring An Emerging CAT

Flood Risk Assessment Insuring An Emerging CAT Flood Risk Assessment Insuring An Emerging CAT Vijay Manghnani Analytics and Exposure Officer Chartis Insurance Antitrust Notice The Casualty Actuarial Society is committed to adhering strictly to the

More information

Fundamentals of Catastrophe Modeling. CAS Ratemaking & Product Management Seminar Catastrophe Modeling Workshop March 15, 2010

Fundamentals of Catastrophe Modeling. CAS Ratemaking & Product Management Seminar Catastrophe Modeling Workshop March 15, 2010 Fundamentals of Catastrophe Modeling CAS Ratemaking & Product Management Seminar Catastrophe Modeling Workshop March 15, 2010 1 ANTITRUST NOTICE The Casualty Actuarial Society is committed to adhering

More information

High Resolution Catastrophe Modeling using CUDA

High Resolution Catastrophe Modeling using CUDA High Resolution Catastrophe Modeling using CUDA Dag Lohmann, Stefan Eppert, Guy Morrow KatRisk LLC, Berkeley, CA http://www.katrisk.com March 2014, Nvidia GTC Conference, San Jose Acknowledgements This

More information

Does Crop Insurance Enrollment Exacerbate the Negative Effects of Extreme Heat? A Farm-level Analysis

Does Crop Insurance Enrollment Exacerbate the Negative Effects of Extreme Heat? A Farm-level Analysis Does Crop Insurance Enrollment Exacerbate the Negative Effects of Extreme Heat? A Farm-level Analysis Madhav Regmi and Jesse B. Tack Department of Agricultural Economics, Kansas State University August

More information

Article from: Risk Management. June 2009 Issue 16

Article from: Risk Management. June 2009 Issue 16 Article from: Risk Management June 29 Issue 16 CHSPERSON S Risk quantification CORNER A Review of the Performance of Near Term Hurricane Models By Karen Clark Introduction Catastrophe models are valuable

More information

Climate Risk Insurance Models from India

Climate Risk Insurance Models from India Climate Risk Insurance Models from India Regional Dialogue on Climate Resilient Growth & Development Dhyanesh Bhatt 21 st Feb 2018 Agenda Crop insurance in India Guwahati city & Risk financing A case study

More information

THE SPANISH AGRICULTURAL INSURANCE SYSTEM WORKSHOP ON RISK MANAGEMENT MAY 2017

THE SPANISH AGRICULTURAL INSURANCE SYSTEM WORKSHOP ON RISK MANAGEMENT MAY 2017 THE SPANISH AGRICULTURAL INSURANCE SYSTEM WORKSHOP ON RISK MANAGEMENT 18-19 MAY 2017 1. General features of the AIS. Agricultural Insurance System (AIS) is almost 40 years old. Risks covered are the damages

More information

CAT301 Catastrophe Management in a Time of Financial Crisis. Will Gardner Aon Re Global

CAT301 Catastrophe Management in a Time of Financial Crisis. Will Gardner Aon Re Global CAT301 Catastrophe Management in a Time of Financial Crisis Will Gardner Aon Re Global Agenda CAT101 and CAT201 Revision The Catastrophe Control Cycle Implications of the Financial Crisis CAT101 - An Application

More information

Overcoming Actuarial Challenges

Overcoming Actuarial Challenges Overcoming Actuarial Challenges in Crop Insurance August 14, ASI, Mumbai Sonu Agrawal Weather Risk Management Services Ltd Crop Insurance Index Based Assumptive losses based on standard indices Area Yield

More information

The AIR. Earthquake Model for Canada

The AIR. Earthquake Model for Canada The AIR Earthquake Model for Canada Magnitude 3.0 to 3.9 4.0 to 4.9 5.0 to 5.9 6.0 to 6.9 > 7.0 Vancouver Quebec City Ottawa 250 Historical earthquakes (Source: AIR Worldwide and Geological Survey of Canada)

More information

Russian experience in crop insurance and satellite monitoring of crops

Russian experience in crop insurance and satellite monitoring of crops Russian experience in crop insurance and satellite monitoring of crops Korney Bizhdov President of National Association of Agriculture Insurers Agriculture in Russia >10% of arable land of the world Crop

More information

A Year in Review By Harun Bulut, Keith Collins, Frank Schnapp, and Tom Zacharias, NCIS

A Year in Review By Harun Bulut, Keith Collins, Frank Schnapp, and Tom Zacharias, NCIS TODAYcrop insurance 2009 A Year in Review By Harun Bulut, Keith Collins, Frank Schnapp, and Tom Zacharias, NCIS Overview Now that the 2009 crop year is behind us and we are well into the 2010 crop season,

More information

TERRORISM MODELING. Chris Folkman, Senior Director, Product. Copyright 2015 Risk Management Solutions, Inc. All Rights Reserved.

TERRORISM MODELING. Chris Folkman, Senior Director, Product. Copyright 2015 Risk Management Solutions, Inc. All Rights Reserved. TERRORISM MODELING Chris Folkman, Senior Director, Product 1 What is a catastrophe model and why use one? AGENDA Terrorism modeling, and how it differs from natural catastrophe modeling The terrorism threat

More information

Climate Policy Initiative Does crop insurance impact water use?

Climate Policy Initiative Does crop insurance impact water use? Climate Policy Initiative Does crop insurance impact water use? By Tatyana Deryugina, Don Fullerton, Megan Konar and Julian Reif Crop insurance has become an important part of the national agricultural

More information

Draft Terms of Reference Preparation of a background paper on climate change and natural hazards For the Pacific Possible Report

Draft Terms of Reference Preparation of a background paper on climate change and natural hazards For the Pacific Possible Report 0 Draft Terms of Reference Preparation of a background paper on climate change and natural hazards For the Pacific Possible Report The purpose of the Pacific Possible Report is to take a long term view

More information

RTD on Climate Change Policy Reforms May 14, 2014

RTD on Climate Change Policy Reforms May 14, 2014 RTD on Climate Change Policy Reforms May 14, 2014 William H. Martirez, Country Manager What is MicroEnsure? Micro Ensure is a global insurance intermediary dedicated to serving poor households and the

More information

15.023J / J / ESD.128J Global Climate Change: Economics, Science, and Policy Spring 2008

15.023J / J / ESD.128J Global Climate Change: Economics, Science, and Policy Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 15.023J / 12.848J / ESD.128J Global Climate Change: Economics, Science, and Policy Spring 2008 For information about citing these materials or our Terms of Use, visit:

More information

Weathering the Risks: Scalable Weather Index Insurance in East Africa

Weathering the Risks: Scalable Weather Index Insurance in East Africa Weathering the Risks: Scalable Weather Index Insurance in East Africa Having enough food in East Africa depends largely on the productivity of smallholder farms, which in turn depends on farmers ability

More information

Minimizing Basis Risk for Cat-In- Catastrophe Bonds Editor s note: AIR Worldwide has long dominanted the market for. By Dr.

Minimizing Basis Risk for Cat-In- Catastrophe Bonds Editor s note: AIR Worldwide has long dominanted the market for. By Dr. Minimizing Basis Risk for Cat-In- A-Box Parametric Earthquake Catastrophe Bonds Editor s note: AIR Worldwide has long dominanted the market for 06.2010 AIRCurrents catastrophe risk modeling and analytical

More information

Crop Insurance. Background

Crop Insurance. Background Crop Insurance Background RMA (Risk Management Agency) a division of USDA sets the: Rules Prices Oversees the industry Government subsidizes the premiums 1 Background All insurance companies have the exact

More information

Risk Management Tools for Peanuts. Hot Topics Georgia Peanut Tour September 17, 2013

Risk Management Tools for Peanuts. Hot Topics Georgia Peanut Tour September 17, 2013 Risk Management Tools for Peanuts Hot Topics Georgia Peanut Tour September 17, 2013 What is Risk in Agriculture? Agricultural producers profit when the revenue generated from production exceeds the costs

More information

Catastrophe Exposures & Insurance Industry Catastrophe Management Practices. American Academy of Actuaries Catastrophe Management Work Group

Catastrophe Exposures & Insurance Industry Catastrophe Management Practices. American Academy of Actuaries Catastrophe Management Work Group Catastrophe Exposures & Insurance Industry Catastrophe Management Practices American Academy of Actuaries Catastrophe Management Work Group Overview Introduction What is a Catastrophe? Insurer Capital

More information

Optimal Crop Insurance Options for Alabama Cotton-Peanut Producers: A Target-MOTAD Analysis

Optimal Crop Insurance Options for Alabama Cotton-Peanut Producers: A Target-MOTAD Analysis Optimal Crop Insurance Options for Alabama Cotton-Peanut Producers: A Target-MOTAD Analysis Marina Irimia-Vladu Graduate Research Assistant Department of Agricultural Economics and Rural Sociology Auburn

More information

Crop Insurance CS - 11 Seminar on Reinsurance Casualty Actuarial Society. Southampton, Bermuda

Crop Insurance CS - 11 Seminar on Reinsurance Casualty Actuarial Society. Southampton, Bermuda Crop Insurance CS - 11 Seminar on Reinsurance Casualty Actuarial Society Southampton, Bermuda Presented by: Carl X. Ashenbrenner, FCAS, MAAA Principal and Consulting Actuary carl.ashenbrenner@milliman.com

More information

The Importance and Development of Catastrophe Models

The Importance and Development of Catastrophe Models The University of Akron IdeaExchange@UAkron Honors Research Projects The Dr. Gary B. and Pamela S. Williams Honors College Spring 2018 The Importance and Development of Catastrophe Models Kevin Schwall

More information

Module 12. Alternative Yield and Price Risk Management Tools for Wheat

Module 12. Alternative Yield and Price Risk Management Tools for Wheat Topics Module 12 Alternative Yield and Price Risk Management Tools for Wheat George Flaskerud, North Dakota State University Bruce A. Babcock, Iowa State University Art Barnaby, Kansas State University

More information

Federal Crop Insurance Dates, Definitions & Provisions For Minnesota Crops

Federal Crop Insurance Dates, Definitions & Provisions For Minnesota Crops Federal Crop Insurance Dates, Definitions & Provisions For Minnesota Crops Prepared By: Gary A. Hachfeld, Extension Educator, University of Minnesota Extension February 2016 In order to receive full benefit

More information

Terms of Reference. 1. Background

Terms of Reference. 1. Background Terms of Reference Peer Review of the Actuarial Soundness of CCRIF SPC s Loss Assessment Models for Central America and the Caribbean (i) Earthquake and Tropical Cyclone Loss Assessment Model (SPHERA)

More information

Risk Management and Agricultural Insurance Schemes in Europe

Risk Management and Agricultural Insurance Schemes in Europe J R C R E F E R E N C E R E P O R T S Risk Management and Agricultural Insurance Schemes in Europe Executive Summary M. Bielza Diaz-Caneja, C. G. Conte, F. J. Gallego Pinilla, J. Stroblmair, R. Catenaro

More information

Economic Risk and Potential of Climate Change

Economic Risk and Potential of Climate Change Economic Risk and Potential of Climate Change Prof. Dr. Peter Hoeppe; Dr. Ernst Rauch This document appeared in Detlef Stolten, Bernd Emonts (Eds.): 18th World Hydrogen Energy Conference 2010 - WHEC 2010

More information

Overview of Actuaries Climate Index Research Project

Overview of Actuaries Climate Index Research Project Overview of Actuaries Climate Index Research Project Actuaries Climate Index Committee NAIC Climate Change and Global Warming Working Group Meeting August 17, 2014 Agenda Introduction Michael E. Angelina,

More information

The financial implications of climate change: the North East and beyond. Focus on Climate Change, Pace Energy and Climate Center, June 27, 2012

The financial implications of climate change: the North East and beyond. Focus on Climate Change, Pace Energy and Climate Center, June 27, 2012 The financial implications of climate change: the North East and beyond Focus on Climate Change, Pace Energy and Climate Center, June 27, 2012 Agenda Introduction Financial impacts of weather extremes

More information

InterContinental Boston September 30 October 1, 2009

InterContinental Boston September 30 October 1, 2009 InterContinental Boston September 30 October 1, 2009 Wednesday, September 30 Thursday, October 1 7:30 8:30 Breakfast 8:30 9:00 Welcome 9:00 9:45 AIR Software Roadmap 9:45: 10:30 What s New in CLASIC/2

More information

ENSO Impact regions 10/21/12. ENSO Prediction and Policy. Index Insurance for Drought in Africa. Making the world a better place with science

ENSO Impact regions 10/21/12. ENSO Prediction and Policy. Index Insurance for Drought in Africa. Making the world a better place with science ENSO Prediction and Policy Making the world a better place with science Index Insurance for Drought in Africa Science in service of humanity Dan Osgoode & Eric Holthaus International Research Institute

More information

Garfield County NHMP:

Garfield County NHMP: Garfield County NHMP: Introduction and Summary Hazard Identification and Risk Assessment DRAFT AUG2010 Risk assessments provide information about the geographic areas where the hazards may occur, the value

More information

Canada s exposure to flood risk. Who is affected, where are they located, and what is at stake

Canada s exposure to flood risk. Who is affected, where are they located, and what is at stake Canada s exposure to flood risk Who is affected, where are they located, and what is at stake Why a flood model for Canada? Catastrophic losses Insurance industry Federal government Average industry CAT

More information

Improving farmers access to agricultural insurance in India

Improving farmers access to agricultural insurance in India Improving farmers access to agricultural insurance in India Daniel J. Clarke, World Bank 11 April 2012 Joint work with Olivier Mahul and Niraj Verma, World Bank Part of a program of work with the Government

More information

Disaster Management The

Disaster Management The Disaster Management The UKRAINIAN Agricultural AGRICULTURAL Dimension WEATHER Global Facility for RISK Disaster MANAGEMENT Recovery and Reduction Seminar Series February 20, 2007 WORLD BANK COMMODITY RISK

More information

CATASTROPHE MODELLING

CATASTROPHE MODELLING CATASTROPHE MODELLING GUIDANCE FOR NON-CATASTROPHE MODELLERS JUNE 2013 ------------------------------------------------------------------------------------------------------ Lloyd's Market Association

More information

The basics of agricultural insurance. Will we have sustainable agricultural production without insurance?

The basics of agricultural insurance. Will we have sustainable agricultural production without insurance? The basics of agricultural insurance Will we have sustainable agricultural production without insurance? Agenda 1. Munich RE Agro Worldwide 2. Munich RE operational areas in Sub-Saharan Africa 3. Agricultural

More information

Counter-Cyclical Agricultural Program Payments: Is It Time to Look at Revenue?

Counter-Cyclical Agricultural Program Payments: Is It Time to Look at Revenue? Counter-Cyclical Agricultural Program Payments: Is It Time to Look at Revenue? Chad E. Hart and Bruce A. Babcock Briefing Paper 99-BP 28 December 2000 Revised Center for Agricultural and Rural Development

More information

BACKGROUND When looking at hazard and loss data for future climate projections, hardly any solid information is available.

BACKGROUND When looking at hazard and loss data for future climate projections, hardly any solid information is available. BACKGROUND Flooding in Europe is a peak peril that has the potential to cause losses of over 14 billion in a single event. Most major towns and cities are situated next to large rivers with large amounts

More information

RespondTM. You can t do anything about the weather. Or can you?

RespondTM. You can t do anything about the weather. Or can you? RespondTM You can t do anything about the weather. Or can you? You can t do anything about the weather Or can you? How insurance firms are using sophisticated natural hazard tracking, analysis, and prediction

More information

Guide to Understanding Crop Insurance

Guide to Understanding Crop Insurance Guide to Understanding Crop Insurance DELIVERED BY SCIC Saskatchewan Crop Insurance Corporation Deadlines MARCH Deadline to apply, reinstate, cancel or make changes to your current year s Crop Insurance

More information

Resilience in Florida

Resilience in Florida Resilience in Florida Parametric Insurance as a Solution to Protection Gaps in Insurance Coverage Instructor: Alok Jha Instructor ID: 1339258 (ID provided by Florida Department of Financial Services) Course

More information

Assessing Agricultural Vulnerability to Recent Climate Change and Variability in Wisconsin Using USDA Crop Insurance Indemnity Data

Assessing Agricultural Vulnerability to Recent Climate Change and Variability in Wisconsin Using USDA Crop Insurance Indemnity Data Assessing Agricultural Vulnerability to Recent Climate Change and Variability in Wisconsin Using USDA Crop Insurance Indemnity Data Eric G. Booth, Department of Agronomy Christopher J. Kucharik, Department

More information

CL-3: Catastrophe Modeling for Commercial Lines

CL-3: Catastrophe Modeling for Commercial Lines CL-3: Catastrophe Modeling for Commercial Lines David Lalonde, FCAS, FCIA, MAAA Casualty Actuarial Society, Ratemaking and Product Management Seminar March 12-13, 2013 Huntington Beach, CA 2013 AIR WORLDWIDE

More information

Agriculture Index Insurance in India. With focus on Weather & Flood Index August 01, 2015

Agriculture Index Insurance in India. With focus on Weather & Flood Index August 01, 2015 Agriculture Index Insurance in India With focus on Weather & Flood Index August 01, 2015 Agenda 1. An Introduction to Swiss Re 2. Overview of Index based Agriculture Insurance 3. How Weather Index Crop

More information

The Costs of Climate Change

The Costs of Climate Change BACKGROUNDER The Costs of Climate Change Prepared by Clare Demerse, federal policy advisor, Clean Energy Canada November 17, 2016 CLIMATE COSTS IN CONTEXT Canada s governments are developing a climate

More information

An overview of the recommendations regarding Catastrophe Risk and Solvency II

An overview of the recommendations regarding Catastrophe Risk and Solvency II An overview of the recommendations regarding Catastrophe Risk and Solvency II Designing and implementing a regulatory framework in the complex field of CAT Risk that lies outside the traditional actuarial

More information

Earthquake in Colombia Are You Prepared?

Earthquake in Colombia Are You Prepared? AIR CURRENTS SPECIAL FEATURE Earthquake in Colombia Are You Prepared? EVENT: MODEL: STOCHASTIC EVENT ID: 710115902 LOCATION: EPICENTER DEPTH: ESTIMATED INSURED LOSS: ANNUAL EXCEEDANCE PROBABILITY: Magnitude

More information

FINANCIAL RISK TRANSFER MECHANISMS OVERVIEW

FINANCIAL RISK TRANSFER MECHANISMS OVERVIEW Second Meeting of the Regional Platform for Financial Risk Transfer Mechanisms Mauritius, 26 th September 2012 FINANCIAL RISK TRANSFER MECHANISMS OVERVIEW â Luc Malâtre, Consultant to the COI FINANCIAL

More information

FLOOD HAZARD AND RISK MANAGEMENT UTILIZING HYDRAULIC MODELING AND GIS TECHNOLOGIES IN URBAN ENVIRONMENT

FLOOD HAZARD AND RISK MANAGEMENT UTILIZING HYDRAULIC MODELING AND GIS TECHNOLOGIES IN URBAN ENVIRONMENT Proceedings of the 14 th International Conference on Environmental Science and Technology Rhodes, Greece, 3-5 September 2015 FLOOD HAZARD AND RISK MANAGEMENT UTILIZING HYDRAULIC MODELING AND GIS TECHNOLOGIES

More information

Delayed and Prevented Planting Provisions for Multiple Peril Crop Insurance

Delayed and Prevented Planting Provisions for Multiple Peril Crop Insurance Delayed and Prevented Planting Provisions for Multiple Peril Crop Insurance Most crop producers know that to achieve optimum yields it is important to plant early. Once the danger of a frost is past, the

More information