TermRepoRolloverManager.sol
This contract belongs to the Term Servicer group of contracts and is specific to a Term Repo deployment. This contract accepts and carries out borrower Term Repo rollover instructions.
TermRepoRolloverManager
ADMIN_ROLE
bytes32 ADMIN_ROLEDEVOPS_ROLE
bytes32 DEVOPS_ROLEINITIALIZER_ROLE
bytes32 INITIALIZER_ROLEROLLOVER_BID_FULFILLER_ROLE
bytes32 ROLLOVER_BID_FULFILLER_ROLEtermRepoId
bytes32 termRepoIdtermRepoCollateralManager
termRepoServicer
termController
emitter
approvedRolloverAuctions
rolloverElections
termContractPaired
whileNotMatured
notTermContractPaired
constructor
initialize
pairTermContracts
electRollover
Parameters
Name
Type
Description
getRolloverInstructions
Parameters
Name
Type
Description
Return Values
Name
Type
Description
cancelRollover
fulfillRollover
Parameters
Name
Type
Description
approveRolloverAuction
Parameters
Name
Type
Description
revokeRolloverApproval
Parameters
Name
Type
Description
_processRollover
_authorizeUpgrade
Parameters
Name
Type
Description
Last updated