<?xml version="1.0" encoding="utf-8"?>
<mddlScheme>
	<head>
		<dateTime>2007-03-01T000000Z</dateTime>
		<title>MDDL valuationType Scheme</title>
		<element>valuationType</element><parent wildcard="yes" />
		<definition>Indicates if a value is a number or a percentage.</definition>
	</head>
	<value><short>absolute</short>    <full>The value expressed is given as an absolute number (not a relative number)</full></value>
	<value><short>basispoints</short> <full>A basis point is 1/100 (one one-hundredth) of a percentage</full></value>
	<value><short>coefficient</short> <full>The value expressed is a percentage coefficent (percentage / 100) with an absolute value between 0 and 1</full></value>
	<value><short>percentage</short>  <full>The value expressed represents a percentage change from the reference value</full></value>
	<value><short>relative</short>    <full>The value expressed is in the same units as the value to which the change relates</full></value>
</mddlScheme>

