# BBTranche

This method returns the address of the BB (Junior) tranche token contract (ERC20).

### Function

```solidity
function BBTranche(
) external view returns(address);
```

### Return values

<table><thead><tr><th width="259">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>address _val</code></td><td>Address of the BB Tranche token contract (ERC-20)</td></tr></tbody></table>
