<?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 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="RequestValuationReport" version="4-2">
	<!-- this requests values and sensitivities for trades in a portfolio -->
	<header>
		<messageId messageIdScheme="http://www.abcdef.org/message-id">VAL002b</messageId>
		<sentBy>ABCDEF</sentBy>
		<sendTo>BBBBBB</sendTo>
		<creationTimestamp>2004-06-14T12:40:12-00:00</creationTimestamp>
	</header>
	<party id="party1">
		<partyId>ABCDEF</partyId>
	</party>
	<market>
		<name>USLIBOR</name>
	</market>
	<!--Portfolio Valuation Item-->
	<portfolioValuationItem>
		<queryPortfolio id="port1">
			<queryParameter>
				<queryParameterId queryParameterIdScheme="http://www.fpml.org/spec/2004/query-parameter-id-1-0">product</queryParameterId>
				<queryParameterValue>swap</queryParameterValue>
				<queryParameterOperator>Equals</queryParameterOperator>
			</queryParameter>
			<queryParameter>
				<queryParameterId queryParameterIdScheme="http://www.fpml.org/spec/2004/query-parameter-id-1-0">party</queryParameterId>
				<queryParameterValue>ABCDEF</queryParameterValue>
				<queryParameterOperator>Equals</queryParameterOperator>
			</queryParameter>
		</queryPortfolio>
		<tradeValuationItem>
			<!--Trade Valuation Set-->
			<valuationSet>
				<!--Valuation Scenario-->
				<valuationScenario id="valscen1">
					<name>EOD Valuation</name>
					<valuationDate>2004-05-01</valuationDate>
				</valuationScenario>
			                              <baseParty href="party1"/>
				<!--Requested Valuation Characteristics-->
				<quotationCharacteristics>
					<measureType>NPV</measureType>
				</quotationCharacteristics>
				<quotationCharacteristics>
					<measureType>BucketedInterestRateSensitivity</measureType>
				</quotationCharacteristics>
			</valuationSet>
		</tradeValuationItem>
		<!--Portfolio Valuation Set-->
		<valuationSet>
			<!--Valuation Scenario-->
			<valuationScenarioReference href="valscen1"/>
		</valuationSet>
	</portfolioValuationItem>
</FpML>

