mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-29 15:09:59 +08:00
39038131db
The treasury_duration member in RiskMetrics is never used except for in unit tests. Remove the saving of treasury_duration in preparation for the move of the choose_treasury method out of the RiskMetrics classes. Down the line, if we do restore the sanving of treasury_duration, choose_treasury can return a tuple that includes treasury_duration instead of just returning the rate.