Sandbox: Difference between revisions

From The Jolly Contrarian
Jump to navigation Jump to search
No edit summary
No edit summary
 
(46 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{jcf|
Doesn't
'''[[Anatomy|Anatomies]]''': Clause-by-clause [[Anatomy]] and [[nutshell]] guides (hit the bar on the left) to [[ISDA Master Agreement|ISDA]] and other [[master trading agreement]]s. These may be incomplete, out of date, out of touch, flippant — well, they ''are'' flippant —  but will still be better value and more entertaining than that awful [[FT book about derivatives]]; <br>
 
'''[[:category:book review|Book reviews]]''' culled from twenty indolent years sounding off on Amazon; <br>
 
'''Much flippancy''' about [[plain English]], [[buzzword]]s, [[technology]], [[negotiation]], [[flannel]], [[Latin]], [[Greeks|Greek]], [[metaphor]] and [[:category:Egg|egg]]s. <br>
{{wikifier macro|template=nycsaprov|article=Posted Credit Support}}
And [[Toto]].
{{wikifer definition macro|nycsa}}
|
{{wikifier paragrapher|nycsa}}
'''{{isdaprov|Cross Default}} under an ISDA''': That most pointless of all {{isdaprov|Event of Default}}. <br>
'''{{pbprov|Synthetic prime brokerage}}:''' What even ''is'' it? How is it different from ''natural'' [[prime brokerage]]? Can you iron it? <br>
'''{{csaprov|Independent Amount}}''': It’s collateral that’s mouthy. <br>
'''[[Assignment by way of security]]''': Is it the same as a [[charge]]? <br>
'''{{isdaprov|Automatic Early Termination}}''': {{icds}}’s “clever” end-run for silly insolvency regimes. What’s that all about?<br>
'''{{isdaprov|Netting of Payments}}''': The ISDA clause that shouldn’t be! <br>
'''{{isdaprov|Set-off}}''': Is it the same as [[close-out netting]]?<br>
'''{{isdaprov|Credit Support Document}}''': Is it the same as a [[Credit Support Annex]]? (Spoiler: In America, ''Yes''... in England, ''No.'')<br>
'''[[ISDA Comparison]]''': What are the differences bvetween a {{1992ma}} and a {{2002ma}}? Should I care? (Spoiler: ''No''.)<br>
'''{{casenote|Tai Hing Cotton Mill|Liu Chong Hing Bank}}''': A great case, fallen on hard times. But it seems to be piquing interest at the moment.
|
“'''[[Africa|Does Kilimanjaro rise above the Serengeti]]?'''” The question every [[Toto]] fan wants answered. (Spoiler: ''No''.)<br>
“'''Tell me about {{casenote|Fardell|Potts}}'''”: A. P. Herbert’s famous fictional case of the [[reasonable woman]]. Is there such a thing? (Spoiler: in the eyes of the law, ''No''.)<br>
“'''Tell me about {{casenote|Miller|Jackson}}'''”: Is [[cricket]] ''capable'' of being a [[nuisance]]? (Spoiler: it’s controversial. But, in the eyes of the law, ''yes''.)<br>
“'''[[I’m not going to die in a ditch about it]]'''”: When to use that greatest of all [[negotiation]] climb-downs.<br>
“'''[[Teldar Paper|teldar paper]]'''” Must be some old-school Oliver Stone fans out there. Greed is, for lack of a better word ...? <br>
“'''[[Notwithstanding anything to the contrary]]'''”: But, why did you ''say'' something to the contrary? <br>
“'''Does [[Africa|Kilimanjaro rise like ''Olympus'' above the Serengeti]]?'''” More [[Toto]] fan correspondence action. <br>
“'''[[Olympus|Is Mt. Olympus anywhere near the Serengeti]]?'''” Okay, Mr. Lukather, that’s enough now. It was funny the first time.
}}

Latest revision as of 19:17, 23 February 2020

Doesn't


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