session_start();
$title="Cat Bonds";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Catastrophe Bonds
Re-insurers need catastrophe (cat) bonds for financial capacity.
Insurers need data for cat bonds.
Cat bonds relieve the government from holding the bag on disasters.
Initially motivated by Northridge Earthquake although not actually implemented at that time.
| } include("$incpath/footer.php"); ?>