Table of Contents

Enum AdjustmentStatus

Namespace
DatabentoDotNet.Reference
Assembly
DatabentoDotNet.Reference.dll

The adjustment status.

[JsonConverter(typeof(AdjustmentStatusJsonConverter))]
public enum AdjustmentStatus : byte
Extension Methods

Fields

Apply = 65

Apply (A).

Pending = 80

Pending (P).

Rescind = 82

Rescind (R).

Remarks

One of the nine closed reference enums: byte-backed, one character on the wire, and an unrecognised code is an error rather than an opaque value. ReferenceWireStrings carries the argument for all three.

This is the one of the nine with no independent check, and that is expected rather than an omission. The other eight are confirmed against the vendored corporate_actions.list_enums response, but that endpoint documents the corporate actions dictionary and this is an adjustment_factors field — there is no ADJSTATUS group in it, and the test suite asserts that absence rather than assuming it. The table below is transcribed from databento-rs/src/reference/enums.rs:79 and nothing else; #57 is what will confirm it against real adjustment_factors rows.