Skip to content

Commit

Permalink
update assump graph
Browse files Browse the repository at this point in the history
  • Loading branch information
yellowbean committed Sep 8, 2024
1 parent 5c6cb89 commit 3148321
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/source/analytics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,32 @@ Pool assumption can be applied via multiple ways:
* By Asset Index
* By Obligor


.. graphviz::
:name: sphinx.ext.graphviz
:caption: asset-assumption
:alt: asset-assumption
:align: center

digraph {
rankdir = LR
"Asset Assumption" -> "Whole Pool"
"Whole Pool" -> "('Pool',<assump>)"
"Asset Assumption" -> "By Pool Index"
"By Pool Index" -> "('ByIndex',(index,<assump>)...)"
"Asset Assumption" -> "By Obligor"
"By Obligor" -> "obligor Id"
"By Obligor" -> "obligor Tag"
"By Obligor" -> "obligor Default"
"obligor Tag" -> "TagEq"
"obligor Tag" -> "TagAny"
"obligor Tag" -> "TagSubset"
"obligor Tag" -> "TagSuperset"
}




Pool Level
""""""""""""""""""""""""

Expand All @@ -489,6 +515,8 @@ The assump will be applied to *ALL* assets in the pool
Asset Level By Index
""""""""""""""""""""""""

The assumption will be applied to assets by their index position in the pool

.. code-block:: python
#syntax
Expand Down
2 changes: 2 additions & 0 deletions docs/source/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Videos
- TBD
* - 105 - Waterfall
- https://youtu.be/TOe2vQRs-oc
* - 201 - Pool Performance Assumption
- WIP



Expand Down

0 comments on commit 3148321

Please sign in to comment.