AbsBox icon indicating copy to clipboard operation
AbsBox copied to clipboard

[Privacy & Support ] Build function to hide sensitivity information of deal

Open yellowbean opened this issue 1 year ago • 0 comments

Background

During the client support, some deals are private and subject to data protection . But building a dummy deal to reflect the problem is not trivial.

Propose solution

  • Build a function ,which will hide sensitivity deal data by:

    • user input a x% ,which will randomly ( or not ) to inflate /deflate all numbers like ("fees","account balances","bond balances" )
    • merge all loan level assets into single one
    • blur the name of fees/accounts/bonds by random strings
  • return as deal object

  • with option to .json

yellowbean avatar Apr 11 '25 17:04 yellowbean