<?xml version="1.0" encoding="UTF-8"?>
<!--
	== Copyright (c) 2002-2006. 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

Example of a cashflow assertion related to a single stock equity swap, with a net payment that has only one gross component: an interest reset.
-->
<FpML version="4-2" xmlns="http://www.fpml.org/2005/FpML-4-2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.fpml.org/2005/FpML-4-2 ../../fpml-main-4-2.xsd" xsi:type="TradeCashflowsAsserted">
	<header>
		<messageId messageIdScheme="http://www.example.com/messageId">CEN/2004/01/05/15-38</messageId>
		<sentBy>ABC</sentBy>
		<sendTo>DEF</sendTo>
		<creationTimestamp>2004-03-30T15:00:00-00:00</creationTimestamp>
	</header>
	<asOfDate>2004-03-30T15:00:00-00:00</asOfDate>
	<tradeCashflowsId tradeCashflowsIdScheme="http://www.abc.com/tradeCashflowsId">tradeCashflowsABC001</tradeCashflowsId>
	<tradeIdentifyingItems>
		<partyTradeIdentifier>
			<partyReference href="abc"/>
			<tradeId tradeIdScheme="http://www.abc.com/tradeId/">EH40N4000000100</tradeId>
		</partyTradeIdentifier>
		<tradeDetails>
			<tradeDate>2004-03-18</tradeDate>
			<effectiveDate>
				<unadjustedDate>2004-03-25</unadjustedDate>
			</effectiveDate>
			<terminationDate>
				<unadjustedDate>2009-03-25</unadjustedDate>
			</terminationDate>
			<productType productTypeScheme="http://www.fpml.org/coding-scheme/product-type-simple-1-0">TotalReturnSwap</productType>
			<underlyer id="VJBK.NS">
				<equity>
					<instrumentId instrumentIdScheme="http://www.fpml.org/spec/2003/instrument-id-Reuters-RIC-1-0">VJBK.NS</instrumentId>
				</equity>
			</underlyer>
			<underlyer id="USD-LIBOR-BBA">
				<floatingRate>
					<floatingRateIndex>USD-LIBOR-BBA</floatingRateIndex>
					<indexTenor>
						<periodMultiplier>1</periodMultiplier>
						<period>M</period>
					</indexTenor>
				</floatingRate>
			</underlyer>
			<notional>
				<currency>USD</currency>
				<amount>744771.7416</amount>
			</notional>
		</tradeDetails>
	</tradeIdentifyingItems>
	<adjustedPaymentDate>2004-04-01</adjustedPaymentDate>
	<payment>
		<identifier paymentIdScheme="http://www.abc.com/netPaymentId">PS0HV5XYM-D34Q-00NS20040401USD</identifier>
		<payerPartyReference href="def"/>
		<receiverPartyReference href="abc"/>
		<paymentAmount>
			<currency>USD</currency>
			<amount>215.78</amount>
		</paymentAmount>
		<calculationDetails>
			<grossCashflow>
				<cashflowId cashflowIdScheme="http://www.abc.com/cashflowId">PS0HV5XYM-D34Q-00NS20040401USD-1</cashflowId>
				<payerPartyReference href="def"/>
				<receiverPartyReference href="abc"/>
				<cashflowAmount>
					<currency>USD</currency>
					<amount>215.78</amount>
				</cashflowAmount>
				<cashflowType cashflowTypeScheme="http://www.fpml.org/coding-scheme/cashflow-type-1-0">InterestReturn</cashflowType>
			</grossCashflow>
			<observationElements id="observation_USD-LIBOR-BBA">
				<underlyerReference href="USD-LIBOR-BBA"/>
				<observationDate>2004-03-25</observationDate>
				<observedValue>
					<value>0.010900</value>
				</observedValue>
			</observationElements>
			<calculationElements>
				<notional>
					<currency>USD</currency>
					<amount>744771.7416</amount>
				</notional>
				<calculatedRate>
					<observationReference href="observation_USD-LIBOR-BBA"/>
					<calculatedValue>0.014900</calculatedValue>
					<spread>0.0040</spread>
				</calculatedRate>
				<calculationPeriod>
					<adjustedStartDate>2004-03-25</adjustedStartDate>
					<adjustedEndDate>2004-04-01</adjustedEndDate>
					<numberOfDays>7</numberOfDays>
					<dayCountFraction dayCountFractionScheme="http://www.fpml.org/coding-scheme/day-count-fraction-1-0">ACT/360</dayCountFraction>
					<dayCountYearFraction>0.01944</dayCountYearFraction>
				</calculationPeriod>
			</calculationElements>
		</calculationDetails>
	</payment>
	<party id="abc">
		<partyId>ABCBank001</partyId>
	</party>
	<party id="def">
		<partyId>DEFBank001</partyId>
	</party>
</FpML>
