RMI-PACTA / pacta.multi.loanbook.plot

Tools to Plot Climate Metrics for Multiple Loanbooks
https://rmi-pacta.github.io/pacta.multi.loanbook.plot/
Other
0 stars 0 forks source link

feat: sankey plot only depends on inputs generated with `pacta.multi.loanbook.analysis` #25

Closed jacobvjk closed 4 months ago

jacobvjk commented 5 months ago

currently the sankey plot uses company level alignment metric as input, combined with the matched prioritized loan books for exposure.

we want to have all plots depend only on outputs generated with pacta.multi.loanbook.analysis. This means that the sankey plot should be using the loan book aggregated alignment metric instead.

One implication of this is that it will not be possible to display company level exposures in the sankey plot as a standard feature, but this has turned out not to be very useful anyway. instead, we may review later on, if the open grouping variable that is to be added for P4S analysis should be allowed in the sankey plot, which would be consistent with using pacta.multi.loanbook.analysis outputs only

AB#10526

jacobvjk commented 4 months ago

priority because the refactor of P4S needs this