Tag 906
CollAsgnRejectReason
Abbreviation:
RejRsnDescription
Collateral Assignment Reject Reason
Wire Format & Usage Example
Single field (key=value)
906=0 (UnknownDeal)
In a FIX message (CollateralResponse)
8=FIX.4.4 | 9=... | 35=AZ | 49=SENDER | 56=TARGET | 34=1 | 52=20240101-09:30:00.000 | … | 906=0 (UnknownDeal) | … | 10=...
Fields are delimited by SOH (ASCII 0x01), shown here as " | ". The highlighted field 906=0 (UnknownDeal) is this field's position in the message.
All valid values
| Wire | Name | Description |
|---|---|---|
906=0 | UnknownDeal | Unknown deal (order / trade) |
906=1 | UnknownOrInvalidInstrument | Unknown or invalid instrument |
906=2 | UnauthorizedTransaction | Unauthorized transaction |
906=3 | InsufficientCollateral | Insufficient collateral |
906=4 | InvalidTypeOfCollateral | Invalid type of collateral |
906=5 | ExcessiveSubstitution | Excessive substitution |
906=99 | Other | Other |
Enumerated Values
7| Value | Symbolic Name | Description | Added |
|---|---|---|---|
| 0 | UnknownDeal | Unknown deal (order / trade) | FIX.4.4 |
| 1 | UnknownOrInvalidInstrument | Unknown or invalid instrument | FIX.4.4 |
| 2 | UnauthorizedTransaction | Unauthorized transaction | FIX.4.4 |
| 3 | InsufficientCollateral | Insufficient collateral | FIX.4.4 |
| 4 | InvalidTypeOfCollateral | Invalid type of collateral | FIX.4.4 |
| 5 | ExcessiveSubstitution | Excessive substitution | FIX.4.4 |
| 99 | Other | Other | FIX.4.4 |