# AATranche

This method returns the address of the AA (Senior) tranche token contract (ERC20).

### Function

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

### Return values

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