<?xml version="1.0" encoding="utf-8"?>
<!--
  == Copyright (c) 2002-2005. All rights reserved.
  == Financial Products Markup Language is subject to the FpML public license.
  == A copy of this license is available at http://www.fpml.org/documents/license
  -->
<!--
  == This example describes an allocated client trade in its "short form" representation, i.e. not fully expanded for confirmation purposes - rather, stating the economics once and giving a proposed breakdown.  Please note the short form representation is implicit for Fees in the block .
  -->
<FpML version="4-2" xsi:type="RequestAllocation" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fpml.org/2005/FpML-4-2 ../../fpml-main-4-2.xsd" xmlns="http://www.fpml.org/2005/FpML-4-2">
	<header>
		<conversationId conversationIdScheme="http://www.exampleParty.com/conversationId/OTC">CHASE/CALPERS5678</conversationId>
		<messageId messageIdScheme="http://www.exampleParty.com/messageId/OTC">CHASE/CALPERS5678002</messageId>
		<sentBy partyIdScheme="http://www.exampleParty.com/partyId">CHASE</sentBy>
		<sendTo partyIdScheme="http://www.exampleParty.com/partyId">CALPERS</sendTo>
		<creationTimestamp>2002-12-03T09:57:00-00:00</creationTimestamp>
	</header>
	<blockTradeIdentifier>
		<partyReference href="CHASE"/>
		<tradeId tradeIdScheme="http://www.swapswire.com/spec/2001/trade-id-1-0">10000</tradeId>
	</blockTradeIdentifier>
	<allocations>
		<allocation>
			<allocationTradeId>
				<partyReference href="CHASE"/>
				<tradeId tradeIdScheme="http://www.swapswire.com/spec/2001/trade-id-1-0">30001</tradeId>
			</allocationTradeId>
			<accountReference href="ACC2"/>
			<allocatedFraction>0.40</allocatedFraction>
			<collateral>
				<independentAmount>
					<payerPartyReference href="CALPERS"/>
					<receiverPartyReference href="CHASE"/>
					<paymentDetail>
						<paymentAmount>
							<currency>USD</currency>
							<amount>2400000</amount>
						</paymentAmount>
					</paymentDetail>
				</independentAmount>
			</collateral>
			<creditChargeAmount>
				<currency>USD</currency>
				<amount>20000</amount>
			</creditChargeAmount>
			<approvals>
				<approval>
					<type>Treasury</type>
					<status>Pre-Approved</status>
				</approval>
				<approval>
					<type>Credit</type>
					<status>Manual Review</status>
					<approver>Robert Smith</approver>
				</approval>
			</approvals>
			<masterConfirmationDate>2003-09-25</masterConfirmationDate>
		</allocation>
		<allocation>
			<allocationTradeId>
				<partyReference href="CHASE"/>
				<tradeId tradeIdScheme="http://www.swapswire.com/spec/2001/trade-id-1-0">30002</tradeId>
			</allocationTradeId>
			<accountReference href="ACC3"/>
			<allocatedFraction>0.60</allocatedFraction>
			<collateral>
				<independentAmount>
					<payerPartyReference href="CALPERS"/>
					<receiverPartyReference href="CHASE"/>
					<paymentDetail>
						<paymentAmount>
							<currency>USD</currency>
							<amount>1200000</amount>
						</paymentAmount>
					</paymentDetail>
				</independentAmount>
			</collateral>
			<approvals>
				<approval>
					<type>Treasury</type>
					<status>Pre-Approved</status>
				</approval>
				<approval>
					<type>Credit</type>
					<status>Pre-Approved</status>
				</approval>
			</approvals>
			<masterConfirmationDate>2003-03-14</masterConfirmationDate>
		</allocation>
	</allocations>
	<party id="BGI">
		<partyId partyIdScheme="http://www.fpml.org/ext/iso9362">BGIUS42</partyId>
		<partyName>Barclays Global Investors</partyName>
		<account id="ACC1">
			<accountId>bgcf22j</accountId>
			<accountName>Barclays Global Investors 2</accountName>
		</account>
	</party>
	<party id="CHASE">
		<partyId partyIdScheme="http://www.fpml.org/ext/iso9362">CHASUS33</partyId>
		<partyName>Chase Global Risk Management</partyName>
		<account id="ACC0">
			<accountId accountIdScheme="http://www.chase.com/bondifre">5462346</accountId>
			<accountName>LDF Main Fund</accountName>
		</account>
	</party>
	<party id="CALPERS">
		<partyId partyIdScheme="http://www.fpml.org/ext/iso9362">CALPERS</partyId>
		<partyName>California Public Employees' Retirement System</partyName>
		<account id="ACC2">
			<accountId>cvgh44h</accountId>
			<accountName>CALPERS A/C 1</accountName>
		</account>
		<account id="ACC3">
			<accountId>cvgh45h</accountId>
			<accountName>CALPERS Account 23</accountName>
		</account>
	</party>
	
</FpML>
