> ## Documentation Index
> Fetch the complete documentation index at: https://docs.allium.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Pendle Market Interest Rates

Implied APY observations for Pendle markets, derived from PT/YT swap pricing.

### Table Columns

| Column Name                | Data Type         | Description                                                       |
| -------------------------- | ----------------- | ----------------------------------------------------------------- |
| market                     | VARCHAR(16777216) | Contract address of the Pendle market.                            |
| market\_name               | VARCHAR(16777216) | Human-readable market name.                                       |
| implied\_apy               | FLOAT             | Implied annualized yield derived from the market's PT/YT pricing. |
| standardized\_yield\_token | VARCHAR(16777216) | Address of the Standardized Yield (SY) token.                     |
| sy\_name                   | VARCHAR(16777216) | Name of the standardized yield token.                             |
| yield\_token               | VARCHAR(16777216) | Address of the Yield Token (YT).                                  |
| yt\_name                   | VARCHAR(16777216) | Name of the yield token.                                          |
| principal\_token           | VARCHAR(16777216) | Address of the Principal Token (PT).                              |
| pt\_name                   | VARCHAR(16777216) | Name of the principal token.                                      |
| transaction\_hash          | VARCHAR(66)       | Hash of the transaction that produced this observation.           |
| transaction\_index         | NUMBER(38,0)      | Zero-based position of the transaction within its block.          |
| log\_index                 | NUMBER(38,0)      | Zero-based position of the event log within its transaction.      |
| block\_timestamp           | TIMESTAMP\_NTZ(9) | Timestamp (UTC) of the block that contains this record.           |
| block\_number              | NUMBER(38,0)      | Number of the block that contains this record.                    |
| block\_hash                | VARCHAR(16777216) | Hash of the block that contains this record.                      |
| unique\_id                 | VARCHAR(16777216) | Allium's deterministic unique identifier for this row.            |
| \_created\_at              | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was created in the database.          |
| \_updated\_at              | TIMESTAMP\_NTZ(9) | Timestamp of when the entry was last updated in the database.     |
