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
This contract accepts and carries out borrower Term Repo rollover instructions
This contract belongs to the Term Servicer group of contracts and is specific to a Term Repo deployment
ADMIN_ROLE
DEVOPS_ROLE
INITIALIZER_ROLE
ROLLOVER_BID_FULFILLER_ROLE
termRepoId
termRepoCollateralManager
termRepoServicer
termController
emitter
approvedRolloverAuctionBidLockers
rolloverElections
termContractPaired
whileNotMatured
notTermContractPaired
constructor
initialize
pairTermContracts
electRollover
An external function that accepted Term Repo rollover instructions
Parameters
getRolloverInstructions
A view function that returns borrower rollover instructions
Parameters
Return Values
cancelRollover
An external function to cancel previously submitted rollover instructions
fulfillRollover
An external function called by repo servicer to mark rollover as fulfilled
Parameters
approveRolloverAuction
Parameters
revokeRolloverApproval
Parameters
_processRollover
_authorizeUpgrade
required override by the OpenZeppelin UUPS module
Parameters
Last updated