Calculation of RWA in banking activities

@tite_za I am not sure if there is a genuine approach in a KNIME node although you can employ ChatGPT and let it edit a Python node to give you such a formula.

Maybe it is best to provide some sample data and your expected results to compare. Without the data your Excel formula is not easy to understand.

I have let ChatGPT do one sample code with both LN() and NORMDIST - they give very different results. You might want to check if this is what you want. It seems the underlying regulations call for one of the two.

The code has comments to you can understand and adapt them. The correlation and scaling factors are fixed with a flow variable but you could also provide them as a column in the data.

2 Likes