Sandbox

From The Jolly Contrarian
Revision as of 17:47, 25 January 2020 by Amwelladmin (talk | contribs)
Jump to navigation Jump to search

2010 Global Master Securities Lending Agreement
A Jolly Contrarian owner’s manual™

Resources and navigation

2010 GMSLA: Full wikitext · Nutshell wikitext | GMLSA legal code | GMSLA Netting

Pledge GMSLA: Hard copy (ISLA) · Full wikitext · Nutshell wikitext |
1995 OSLA: OSLA wikitext | OSLA in a nutshell | GMSLA/PGMSLA/OSLA clause comparison table
From Our Friends On The Internet: Guide to equity finance | ISLA’s guide to securities lending for regulators and policy makers
Navigation
2010 GMSLA 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · Schedule · Agency Annex · Addendum for Pooled Principal Agency Loans
2018 Pledge GMSLA 1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · 10 · 11 · 12 · 13 · 14 · 15 · 16 · 17 · 18 · 19 · 20 · 21 · 22 · 23 · 24 · 25 · 26 · 27 · 28 · Schedule · Agency Annex

Stock Loan owner’s manuals: 2010 GMSLA · 2000 GMSLA · Pledge GMSLA · OSLA

Index: Click to expand:

paragraph 1 in a Nutshell

Use at your own risk, campers!
1. Applicability

1.1 The Parties may enter into Loans through their Designated Offices where one (Lender) transfers securities and financial instruments (Securities) to the other (Borrower) against the transfer by the other of Collateral, with a simultaneous agreement by the Borrower to transfer Equivalent Securities back to Lender at a future date against the return of Equivalent Collateral.

1.2 Each Loan will be governed by this Agreement (and the Schedule, Addenda and Annexes). If there is any inconsistency between an Addendum or Annex and this Agreement, the former will prevail unless otherwise agreed.

Full text of paragraph 1


1. Applicability
1.1 From time to time the Parties acting through one or more Designated Offices may enter into transactions in which one party (Lender) will transfer to the other (Borrower) securities and financial instruments (Securities) against the transfer of Collateral (as defined in paragraph 2) with a simultaneous agreement by Borrower to transfer to Lender Securities equivalent to such Securities on a fixed date or on demand against the transfer to Borrower by Lender of assets equivalent to such Collateral.

1.2 Each such transaction shall be referred to in this Agreement as a Loan and shall be governed by the terms of this Agreement, including the supplemental terms and conditions contained in the Schedule and any Addenda or Annexes attached hereto, unless otherwise agreed in writing. In the event of any inconsistency between the provisions of an Addendum or Annex and this Agreement, the provisions of such Addendum or Annex shall prevail unless the Parties otherwise agree.

Related agreements and comparisons

Related agreements: Click here for the same clause in the 2018 Pledge GMSLA
Related agreements: Click [[{{{5}}} - OSLA Provision|here]] for the same clause in the 1995 OSLA
Comparison: Click to compare the 2010 GMSLA and 2018 Pledge GMSLA versions of this clause.

Comparison: Template:Osladiff 1

Comments? Questions? Suggestions? Requests? Insults? We’d love to 📧 hear from you.
Sign up for our newsletter.

{{m comm {{{6}}}|GMSLA 1|Template:Prov MSG2010 }}

See also

Template

References



Sub Wikifier
   With Selection.Find
       .Text = "{{{article}}}"
       .Replacement.Text = "{{{{{template}}}|{{{article}}}}}"
       .Forward = True
       .Wrap = wdFindContinue
       .Format = False
       .MatchCase = True
       .MatchWholeWord = False
       .MatchWildcards = False
       .MatchSoundsLike = False
       .MatchAllWordForms = False
   End With
   Selection.Find.Execute Replace:=wdReplaceAll
End Sub
Sub Wikifier definition 
 Selection.Find.ClearFormatting
   Selection.Find.Replacement.ClearFormatting
   With Selection.Find
       .Text = ChrW(8220) & "([a-z,A-Z,0-9, ]{1,})" & ChrW(8221)
       .Replacement.Text = ChrW(8220) & "'''{{nycsaprov|\1}}'''" & ChrW(8221 _
           )
       .Forward = True
       .Wrap = wdFindAsk
       .Format = False
       .MatchCase = False
       .MatchWholeWord = False
       .MatchAllWordForms = False
       .MatchSoundsLike = False
       .MatchWildcards = True
   End With
   Selection.Find.Execute Replace:=wdReplaceAll
End Sub
Sub Paragrapher()
   Selection.Find.ClearFormatting
   Selection.Find.Replacement.ClearFormatting
   With Selection.Find
       .Text = "Paragraph ([0-9\(\)][!.,;: ]{1,})"
       .Replacement.Text = "Paragraph {{nycsaprov|\1}}"
       .Forward = True
       .Wrap = wdFindAsk
       .Format = False
       .MatchCase = False
       .MatchWholeWord = False
       .MatchAllWordForms = False
       .MatchSoundsLike = False
       .MatchWildcards = True
   End With
   Selection.Find.Execute Replace:=wdReplaceAll
End Sub