We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modify _getExpiredCashValue() to take the otoken underlying, strike asset, expiry and option type as params instead of taking an Otoken contract.
_getExpiredCashValue()
The current MarginCalculator implementation have a lot of repetitive external calls, as an example:
getExpiredPayoutRate()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Modify
_getExpiredCashValue()
to take the otoken underlying, strike asset, expiry and option type as params instead of taking an Otoken contract.The current MarginCalculator implementation have a lot of repetitive external calls, as an example:
getExpiredPayoutRate()
call_getExpiredCashValue()
that fetch the Otoken properties, but also some of them get called again later https://github.com/opynfinance/GammaProtocol/blob/master/contracts/MarginCalculator.sol#L51The text was updated successfully, but these errors were encountered: