complexType "MinimumAmountRule"
Namespace:
Content:
complex, 5 elements
Defined:
globally in fpml-loan-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (5):
amount (defined in MinimumAmountRule complexType),
exception (defined in MinimumAmountRule complexType),
All Direct / Indirect Based Elements (2):
minimumAssignmentRule, minimumHoldRule
Known Usage Locations
Annotation
A generic rule describing minimum amounts associated to a particular facility.
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="MinimumAmountRule">
<xsd:sequence>
<xsd:element name="amount" type="NonNegativeMoney"/>
<xsd:element name="assignmentLevel" type="AssignmentLevelEnum"/>
<xsd:element name="agentCanOverride" type="xsd:boolean"/>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exception" type="RuleException"/>
</xsd:sequence>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/5)
agentCanOverride
Type:
xsd:boolean, predefined, simple content
A flag to determine whether an agent can override the minimum rule.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="agentCanOverride" type="xsd:boolean"/>

amount
Type:
NonNegativeMoney, complex content
The amount associated with the rule (expressed in facility currency).
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="amount" type="NonNegativeMoney"/>

assignmentLevel
Type:
AssignmentLevelEnum, simple content
Defines whether the minimum rule applies at the overall trade or allocation level.
Simple Content
enumeration of xsd:token
Enumeration:
"Allocation"
 - 
Specific allocation level.
"Trade"
 - 
Overall trade level.
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="assignmentLevel" type="AssignmentLevelEnum"/>

exception
Type:
RuleException, simple content
Exceptions describing the situations when the minimum rule does NOT apply.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="exception" type="RuleException"/>

tradeOrSettlementDateAmount
Type:
TradeSettlementDateEnum, simple content
Defines whether the minimum rule applies as of trade or settlement date amount.
Simple Content
enumeration of xsd:token
Enumeration:
"SettlementDate"
 - 
As of settlement date.
"TradeDate"
 - 
As of trade date.
XML Source (w/o annotations (1); see within schema source)

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.