### 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
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:
x%,which will randomly ( or not ) to inflate /deflate all numbers like ("fees","account balances","bond balances" )return as deal object
with option to .json