Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Exposure switch between categories

I am struggeling with exposure adjustment and already run out of ideas.

I would like to do a transfer of DIF (transfer) from one category to another (step 1) and remove that amount from other category (step 2).

Problem is, that in if statement I am not able to do step 2, once I calculated exposure for that category.

Any ideas how to do it?

 

NoteAmount1Amount2Dif (transfer)Amount final
Def. decr.10  10
Rating update20402040
NPL WO nonR-R30 -2010
Repaid40501050
New Default50 -1040
NPL WO RR70  70
 220  220

 

  • Anonymous's avatar
    Anonymous
    3 years ago

    thank you for the response. Not exactly what I wanted, but my bet, I cannot explain it better. Already find a solution. Thanks anyway.

2 Replies

  • some_bih's avatar
    some_bih
    Icon for Community Champion rankCommunity Champion

    Hi Anonymous logic is 
    Amount final= if Amount2 <>Blana() then Amount2 else Amount1+ Dif (transfer)?

    • Anonymous's avatar
      Anonymous
      Not applicable

      thank you for the response. Not exactly what I wanted, but my bet, I cannot explain it better. Already find a solution. Thanks anyway.