session_start();
$title="Slide 12";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
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
Financial Instruments
``In addition to reputation systems, the other primary way to manage qualilty and risk in markets is with various financial instruments: insurance, performance bonds, pools of risk capital, and other kinds of collateral.''
--Thomas W. Malone, The Future of Work, p. 118
Notes:
| } include("$incpath/footer.php"); ?>