<?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
  -->
<FpML version="4-2" xsi:type="DataDocument" 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">
	<trade>
		<tradeHeader>
			<partyTradeIdentifier>
				<partyReference href="CHASE"/>
				<tradeId tradeIdScheme="http://www.chase.com/fx/trade-id">CHASE345</tradeId>
			</partyTradeIdentifier>
			<partyTradeIdentifier>
				<partyReference href="CSFB"/>
				<tradeId tradeIdScheme="http://www.csfb.com/fx/trade-id">CSFB9842</tradeId>
			</partyTradeIdentifier>
			<tradeDate>2002-01-09</tradeDate>
		</tradeHeader>
		<fxSingleLeg>
			<exchangedCurrency1>
				<payerPartyReference href="CSFB"/>
				<receiverPartyReference href="CHASE"/>
				<paymentAmount>
					<currency>USD</currency>
					<amount>10000000</amount>
				</paymentAmount>
			</exchangedCurrency1>
			<exchangedCurrency2>
				<payerPartyReference href="CHASE"/>
				<receiverPartyReference href="CSFB"/>
				<paymentAmount>
					<currency>INR</currency>
					<amount>434000000</amount>
				</paymentAmount>
			</exchangedCurrency2>
			<valueDate>2002-04-11</valueDate>
			<exchangeRate>
				<quotedCurrencyPair>
					<currency1>USD</currency1>
					<currency2>INR</currency2>
					<quoteBasis>Currency2PerCurrency1</quoteBasis>
				</quotedCurrencyPair>
				<rate>43.40</rate>
				<spotRate>43.35</spotRate>
				<forwardPoints>0.05</forwardPoints>
			</exchangeRate>
			<nonDeliverableForward>
				<settlementCurrency>USD</settlementCurrency>
				<fixing>
					<primaryRateSource>
						<rateSource>Reuters</rateSource>
						<rateSourcePage>RBIB</rateSourcePage>					</primaryRateSource>
					<fixingTime>
						<hourMinuteTime>14:30:00</hourMinuteTime>
						<businessCenter>INMU</businessCenter>
					</fixingTime>
					<quotedCurrencyPair>
						<currency1>USD</currency1>
						<currency2>INR</currency2>
						<quoteBasis>Currency2PerCurrency1</quoteBasis>
					</quotedCurrencyPair>
					<fixingDate>2002-04-09</fixingDate>
				</fixing>
			</nonDeliverableForward>
		</fxSingleLeg>
	</trade>
	<party id="CHASE">
		<partyId>CHASUS33</partyId>
	</party>
	<party id="CSFB">
		<partyId>CSFBUS33</partyId>
	</party>
</FpML>
