complexType "RepoNearLeg"
Namespace:
Content:
complex, 1 attribute, 10 elements
Defined:
globally in fpml-repo-5-8.xsd; see XML source
Includes:
definitions of 5 elements
Used:
Content Model Diagram
XML Representation Summary
<...
   
 = 
xsd:ID
   
>
   
Content: 
</...>
Content Model Elements (10):
settlementDate (defined in RepoLegBase complexType)
All Direct / Indirect Based Elements (1):
nearLeg (in repo)
Known Usage Locations
Annotation
A transaction leg for a repo is equivalent to a single cash transaction.
Type Definition Detail
Type Derivation Tree
Leg (extension)
  RepoLegBase (extension)
      RepoNearLeg
XML Source (w/o annotations (6); see within schema source)
<xsd:complexType name="RepoNearLeg">
<xsd:complexContent>
<!--2015-04-17:FpML Sec WG: Agreed to created a RepoTransactionBaseLeg type to group some of the shared near and far legs' components: "BuyerSeller.model, settlementDate, deliveryMethod, deliveryDate. This base type could be also used in the future securities' products.-->
<!--2015-02-23: Sec WG: agreed to remove attribute "id", instead extension from base class "Leg" which already includes attribute "id"-->
<xsd:extension base="RepoLegBase">
<xsd:sequence>
<!--2015-03-23:FpML SecWG: Replaced SettlementAmountOrCurrency.model with "settlementAmount" of type "Money" -->
<xsd:element name="settlementAmount" type="Money"/>
<!--2015-01-21:SecWG proposal: TBD-->
<xsd:element minOccurs="0" name="fxRate" type="FxRate"/>
<!--2015-04-14:FpML SecWG proposed associate the collateral collection with delivery method and date to create a dependency between deliveryMethod and collateral in a natural way using an optional sequence.-->
<xsd:sequence minOccurs="0">
<xsd:element name="deliveryMethod" type="DeliveryMethod"/>
<xsd:element minOccurs="0" name="deliveryDate" type="AdjustableOrRelativeDate"/>
<xsd:element maxOccurs="unbounded" name="collateral" type="CollateralValuation"/>
</xsd:sequence>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Content Element Detail (all declarations; defined within this component only; 5/10)
collateral
Type:
CollateralValuation, complex content
Collateral element is used to carry the quantity and price details that are required to ensure that a repo contract is executed at fair value, with the value of the collateral matching the cash amount of the repo. Collateral is declared as optional here, with multiple cardinalities, since there can be a repo "Multi", with multiple instruments specified, or a "Cash Borrow/Loan" and “TriPartyRepo” with no collateral. In general cases, however it should be specified. This element can be omitted in farLeg.
XML Source (w/o annotations (1); see within schema source)
<xsd:element maxOccurs="unbounded" name="collateral" type="CollateralValuation"/>

deliveryDate
Type:
AdjustableOrRelativeDate, complex content
Delivery Date for the transaction. Delivery Date can be populated when it is not equal to the Settlement Date.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="deliveryDate" type="AdjustableOrRelativeDate"/>

deliveryMethod
Type:
DeliveryMethod, simple content
Specifies a delivery method for the security transaction.
Simple Content
xsd:normalizedString
maxLength:
255
minLength:
0
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="deliveryMethod" type="DeliveryMethod"/>

fxRate
Type:
FxRate, complex content
Indicates the rate of a currency conversion that is used to compute settlement amount for cross-currency transactions.
XML Source (w/o annotations (1); see within schema source)
<xsd:element minOccurs="0" name="fxRate" type="FxRate"/>

settlementAmount
Type:
Money, complex content
Settlement Amount
XML Source (w/o annotations (1); see within schema source)
<xsd:element name="settlementAmount" type="Money"/>

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