IssueExemptionStatusEnum: {
    Exempt: "EXEMPT";
    ExemptUntilExpiryDate: "EXEMPT_UNTIL_EXPIRY_DATE";
    NotExempt: "NOT_EXEMPT";
} = ...