<?xml version = "1.0" encoding = "UTF-8"?>
<FpML xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation = "file:///C:/Documents%20and%20Settings/Brian/My%20Documents/FpML/valuation/valuation_mk2.xsd">
	<!--the message header (not expanded)-->
	<header/>
	<!--the trade information (not expanded)-->
	<trade/>
	<!--Parties are abbreviated-->
	<party id = "abc">ABC Bank</party>
	<party id = "def">DEF Bank</party>
	<!--the returned value-->
	<valuationReport>
		<name>Swaption Value</name>
		<valuation>
			<receiverPartyReference href = "def"/>
			<payerPartyReference href = "abc"/>
			<currency>USD</currency>
			<npv>121.00</npv>
			<valDate>2003-06-04</valDate>
			<npvSide>ask</npvSide>
		</valuation>
	</valuationReport>
</FpML>