<?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 the initial principal exchange of a cross-currency 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-06-01T15:38:00-00:00</creationTimestamp>
	</header>
	<asOfDate>2005-06-01T15: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">LTAA1103196020</tradeId>
		</partyTradeIdentifier>
		<tradeDetails>
			<tradeDate>2005-06-03</tradeDate>
			<effectiveDate>
				<unadjustedDate>2005-06-07</unadjustedDate>
			</effectiveDate>
			<terminationDate>
				<unadjustedDate>2025-06-07</unadjustedDate>
			</terminationDate>
			<productType productTypeScheme="http://www.fpml.org/coding-scheme/product-type-simple-1-0">CrossCurrencySwap</productType>
			<underlyer id="EUR-EURIBOR-Telerate">
				<floatingRate>
					<floatingRateIndex>EUR-EURIBOR-Telerate</floatingRateIndex>
					<indexTenor>
						<periodMultiplier>6</periodMultiplier>
						<period>M</period>
					</indexTenor>
				</floatingRate>
			</underlyer>
			<underlyer id="FIXED">
				<floatingRate>
					<floatingRateIndex>USD-LIBOR-BBA</floatingRateIndex>
					<indexTenor>
						<periodMultiplier>3</periodMultiplier>
						<period>M</period>
					</indexTenor>
				</floatingRate>
			</underlyer>
			<notional>
				<currency>USD</currency>
				<amount>92100000.00</amount>
			</notional>
			<notional>
				<currency>EUR</currency>
				<amount>75000000.00</amount>
			</notional>
		</tradeDetails>
	</tradeIdentifyingItems>
	<adjustedPaymentDate>2005-06-07</adjustedPaymentDate>
	<!-- Cross-currency swaps is one of the few cases where we would expect to have multiple payments stated upfront.  -->
	<payment>
		<identifier paymentIdScheme="http://www.abc.com/netPaymentId">PXINITIAL20050607CROSSEUR</identifier>
		<payerPartyReference href="def"/>
		<receiverPartyReference href="abc"/>
		<paymentAmount>
			<currency>EUR</currency>
			<amount>75000000.00</amount>
		</paymentAmount>
		<calculationDetails>
			<grossCashflow>
				<cashflowId cashflowIdScheme="http://www.abc.com/cashflowId">PXINITIAL20050607CROSSEUR-GROSS</cashflowId>
				<payerPartyReference href="def"/>
				<receiverPartyReference href="abc"/>
				<cashflowAmount>
					<currency>EUR</currency>
					<amount>75000000.00</amount>
				</cashflowAmount>
				<cashflowType cashflowTypeScheme="http://www.fpml.org/coding-scheme/cashflow-type-1-0">PrincipalExchange</cashflowType>
			</grossCashflow>
		</calculationDetails>
	</payment>
	<payment>
		<identifier paymentIdScheme="http://www.abc.com/netPaymentId">PXINITIAL20050607PRIMARYUSD</identifier>
		<payerPartyReference href="abc"/>
		<receiverPartyReference href="def"/>
		<paymentAmount>
			<currency>USD</currency>
			<amount>92100000.00</amount>
		</paymentAmount>
		<calculationDetails>
			<grossCashflow>
				<cashflowId cashflowIdScheme="http://www.abc.com/cashflowId">PXINITIAL20050607PRIMARYUSD-GROSS</cashflowId>
				<payerPartyReference href="def"/>
				<receiverPartyReference href="abc"/>
				<cashflowAmount>
					<currency>USD</currency>
					<amount>92100000.00</amount>
				</cashflowAmount>
				<cashflowType cashflowTypeScheme="http://www.fpml.org/coding-scheme/cashflow-type-1-0">PrincipalExchange</cashflowType>
			</grossCashflow>
		</calculationDetails>
	</payment>
	<party id="abc">
		<partyId>ABCBank001</partyId>
	</party>
	<party id="def">
		<partyId>DEFBank001</partyId>
	</party>
</FpML>
