<?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 an asset swap.
-->
<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>2005-09-15T15:38:00-00:00</creationTimestamp>
	</header>
	<asOfDate>2005-09-15T15:38: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">SDB531064443</tradeId>
		</partyTradeIdentifier>
		<tradeDetails>
			<tradeDate>2004-06-11</tradeDate>
			<effectiveDate>
				<unadjustedDate>2004-03-27</unadjustedDate>
			</effectiveDate>
			<terminationDate>
				<unadjustedDate>2010-09-27</unadjustedDate>
			</terminationDate>
			<productType productTypeScheme="http://www.fpml.org/coding-scheme/product-type-simple-1-0">AssetSwap</productType>
			<!-- One of the interesting features of this example is that we have 3 underlyer references:
			The fixed rate, the float rate and the bond reference. -->
			<underlyer id="FIXED">
				<fixedRate>
					<initialValue>0.07875000</initialValue>
				</fixedRate>
			</underlyer>
			<underlyer id="USD-LIBOR-BBA">
				<floatingRate>
					<floatingRateIndex>USD-LIBOR-BBA</floatingRateIndex>
					<indexTenor>
						<periodMultiplier>3</periodMultiplier>
						<period>M</period>
					</indexTenor>
				</floatingRate>
			</underlyer>
			<underlyer id="_411352AA5">
				<bond>
					<instrumentId instrumentIdScheme="http://www.fpml.org/spec/2002/instrument-id-CUSIP-1-0">411352AA5</instrumentId>
				</bond>
			</underlyer>
			<notional>
				<currency>USD</currency>
				<amount>10000000.00</amount>
			</notional>
		</tradeDetails>
	</tradeIdentifyingItems>
	<adjustedPaymentDate>2005-09-27</adjustedPaymentDate>
	<payment>
		<identifier paymentIdScheme="http://www.abc.com/netPaymentId">15649772</identifier>
		<payerPartyReference href="def"/>
		<receiverPartyReference href="abc"/>
		<paymentAmount>
			<currency>USD</currency>
			<amount>286416.67</amount>
		</paymentAmount>
		<calculationDetails>
			<grossCashflow>
				<cashflowId cashflowIdScheme="http://www.abc.com/cashflowId">20050927USD76152462</cashflowId>
				<payerPartyReference href="def"/>
				<receiverPartyReference href="abc"/>
				<cashflowAmount>
					<currency>USD</currency>
					<amount>393750.00</amount>
				</cashflowAmount>
				<cashflowType cashflowTypeScheme="http://www.fpml.org/coding-scheme/cashflow-type-1-0">Coupon</cashflowType>
			</grossCashflow>
			<calculationElements>
				<notional>
					<currency>USD</currency>
					<amount>10000000.00</amount>
				</notional>
				<calculationPeriod>
					<adjustedStartDate>2005-03-27</adjustedStartDate>
					<adjustedEndDate>2005-09-27</adjustedEndDate>
					<numberOfDays>180</numberOfDays>
					<dayCountFraction dayCountFractionScheme="http://www.fpml.org/coding-scheme/day-count-fraction-1-0">30/360</dayCountFraction>
				</calculationPeriod>
			</calculationElements>
		</calculationDetails>
		<calculationDetails>
			<grossCashflow>
				<cashflowId cashflowIdScheme="http://www.abc.com/cashflowId">20050927USD76152440</cashflowId>
				<payerPartyReference href="abc"/>
				<receiverPartyReference href="def"/>
				<cashflowAmount>
					<currency>USD</currency>
					<amount>107333.33</amount>
				</cashflowAmount>
				<cashflowType cashflowTypeScheme="http://www.fpml.org/coding-scheme/cashflow-type-1-0">Coupon</cashflowType>
			</grossCashflow>
			<observationElements id="observation-USD-LIBOR-BBA">
				<underlyerReference href="USD-LIBOR-BBA"/>
				<observationDate>2005-06-23</observationDate>
				<observedValue>
					<value>0.0347000</value>
				</observedValue>
			</observationElements>
			<calculationElements>
				<notional>
					<currency>USD</currency>
					<amount>10000000.00</amount>
				</notional>
				<calculatedRate>
					<observationReference href="observation-USD-LIBOR-BBA"/>
					<calculatedValue>0.042</calculatedValue>
					<spread>0.00730000</spread>
				</calculatedRate>
				<calculationPeriod>
					<adjustedStartDate>2005-06-27</adjustedStartDate>
					<adjustedEndDate>2005-09-27</adjustedEndDate>
					<numberOfDays>92</numberOfDays>
					<dayCountFraction dayCountFractionScheme="http://www.fpml.org/coding-scheme/day-count-fraction-1-0">ACT/360</dayCountFraction>
					<dayCountYearFraction>0.25555</dayCountYearFraction>
				</calculationPeriod>
			</calculationElements>
		</calculationDetails>
	</payment>
	<party id="abc">
		<partyId>ABCBank001</partyId>
	</party>
	<party id="def">
		<partyId>DEFBank001</partyId>
	</party>
</FpML>
