CIA Compliance Manager — API Documentation - v1.1.50
    Preparing search index...

    Variable BUSINESS_CONSIDERATIONSConst

    BUSINESS_CONSIDERATIONS: {
        financial: BusinessConsideration[];
        operational: BusinessConsideration[];
        strategic: BusinessConsideration[];
        compliance?: BusinessConsideration[];
        reputational?: BusinessConsideration[];
        regulatory?: BusinessConsideration[];
        AVAILABILITY: {
            NONE: never[];
            LOW: never[];
            MODERATE: never[];
            HIGH: never[];
            VERY_HIGH: never[];
        };
        INTEGRITY: {
            NONE: never[];
            LOW: never[];
            MODERATE: never[];
            HIGH: never[];
            VERY_HIGH: never[];
        };
        CONFIDENTIALITY: {
            NONE: never[];
            LOW: never[];
            MODERATE: never[];
            HIGH: never[];
            VERY_HIGH: never[];
        };
    } = ...

    Type Declaration

    • financial: BusinessConsideration[]

      Financial considerations

    • operational: BusinessConsideration[]

      Operational considerations

    • strategic: BusinessConsideration[]

      Strategic considerations

    • Optionalcompliance?: BusinessConsideration[]

      Compliance considerations

    • Optionalreputational?: BusinessConsideration[]

      Reputational considerations

    • Optionalregulatory?: BusinessConsideration[]

      Regulatory considerations

    • AVAILABILITY: {
          NONE: never[];
          LOW: never[];
          MODERATE: never[];
          HIGH: never[];
          VERY_HIGH: never[];
      }
    • INTEGRITY: {
          NONE: never[];
          LOW: never[];
          MODERATE: never[];
          HIGH: never[];
          VERY_HIGH: never[];
      }
    • CONFIDENTIALITY: {
          NONE: never[];
          LOW: never[];
          MODERATE: never[];
          HIGH: never[];
          VERY_HIGH: never[];
      }