{
    "Function": "getRedemptionRate",
    "File": "contracts/src/CollateralRegistry.sol",
    "Parent Contracts": [
        "contracts/src/Interfaces/ICollateralRegistry.sol",
        "contracts/src/Dependencies/Owned.sol",
        "contracts/src/Interfaces/IOwned.sol"
    ],
    "High-Level Calls": [],
    "Internal Calls": [
        "_calcRedemptionRate"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function getRedemptionRate() external view override returns (uint256) {\n        return _calcRedemptionRate(baseRate);\n    }"
}