# Initialization Parameters

| Parameter       | Method                  | Description                                                                                                                                           |
| --------------- | ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| mintExposureCap | Initialized By Deployer | A uint256 number setting the limit on the amount of tokens that can be minted by users with `MINTER_ROLE` outside of a Term Auction                   |
| redemptionValue | Initialized by Deployer | A uint256 number setting the Term Repo Token to purchase token redemption ratio (typically 1:1)                                                       |
| decimalPlaces   | Initialized by Deployer | A uint8 number specifying the number of decimal places the Term Repo Token will be intialized with (typically set equal to underlying purchase token) |
