element <roundingDirection> (local)
Namespace:
Type:
Content:
simple
Defined:
locally within Rounding complexType in fpml-shared-5-8.xsd; see XML source
Content Model Diagram
XML Representation Summary
<roundingDirection>
   
Content: 
{ enumeration of xsd:token }
</roundingDirection>
Simple Content Detail:
Enumeration:
"Up"
 - 
A fractional number will be rounded up to the specified number of decimal places (the precision). For example, 5.21 and 5.25 rounded up to 1 decimal place are 5.3 and 5.3 respectively.
"Down"
 - 
A fractional number will be rounded down to the specified number of decimal places (the precision). For example, 5.29 and 5.25 rounded down to 1 decimal place are 5.2 and 5.2 respectively.
"Nearest"
 - 
A fractional number will be rounded either up or down to the specified number of decimal places (the precision) depending on its value. For example, 5.24 would be rounded down to 5.2 and 5.25 would be rounded up to 5.3 if a precision of 1 decimal place were specified.
MinLength:
0

Included in content model of elements (4):
rounding (defined in CommodityContent.model group),
rounding (defined in FloatingLegCalculation complexType),
rounding (defined in WeatherLegCalculation complexType)
Annotation
Specifies the rounding direction.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="roundingDirection" type="RoundingDirectionEnum"/>

XML schema documentation generated with DocFlex/XML 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.