Sandbox

Revision as of 08:01, 26 January 2020 by Amwelladmin (talk | contribs)

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:

Clause 11.1 in a Nutshell

Use at your own risk, campers!
11.1 If an Event of Default happens to either Party:

Full text of Clause 11.1

11.1 If an Event of Default occurs in relation to either Party then paragraphs 11.2 to 11.7 below shall apply.

Related agreements and comparisons

Related agreements: Click here for the same clause in the 2018 Pledge GMSLA
Related agreements: Click here for the same clause in the 1995 OSLA
Comparison: Template:Gmsladiff 11.1
Comparison: Template:Osladiff 11.1

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

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

See also

Template:M sa GMSLA 11.1

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