# UniversalFootnote

Universal footnote combining valuation descriptor, source, and method information.

## Example Usage

```typescript
import { UniversalFootnote } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: UniversalFootnote = UniversalFootnote.K;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                           | Value                          |
| ------------------------------ | ------------------------------ |
| `UniversalFootnoteUnspecified` | UNIVERSAL_FOOTNOTE_UNSPECIFIED |
| `A`                            | A                              |
| `B`                            | B                              |
| `C`                            | C                              |
| `D`                            | D                              |
| `E`                            | E                              |
| `F`                            | F                              |
| `G`                            | G                              |
| `H`                            | H                              |
| `I`                            | I                              |
| `J`                            | J                              |
| `K`                            | K                              |
| `L`                            | L                              |
| `M`                            | M                              |
| `N`                            | N                              |
| `O`                            | O                              |
| `P`                            | P                              |
| `Q`                            | Q                              |
| `R`                            | R                              |
| `S`                            | S                              |
| `T`                            | T                              |
| `U`                            | U                              |
| -                              | `Unrecognized<string>`         |