# lastNAVBB

This method returns the last saved net asset value (TVL) for BB (Junior) tranches only.

### Function

```solidity
function lastNAVBB(
) external view returns(uint256);
```

### Return values

<table><thead><tr><th width="276">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>_val</code></td><td>last saved net asset value (in <code>token</code>) for BB tranches</td></tr></tbody></table>
