{
  "segmentationGroupRef" : "Cloud5R",
  "name" : "Portfolio Advisor for Cloud",
  "description" : "Dramatically speed up the time for developing a cloud migration portfolio roadmap with automatic recommendations on how to segment applications into different migration categories such as: Rehost, Refactor, Retire, etc. CAST Highlight includes the innovative Portfolio Advisor for Cloud, a dedicated portfolio-level report that automatically recommends migration segments for each application.",
  "displayConfiguration" : {
    "x" : "cloudReady",
    "y" : "softwareHealth",
    "z" : "cloudEffort",
    "tableIndicators" : [ "cloudReady", "cloudAlertCounter", "cloudEffort", "openSourceSafety" ]
  },
  "segments" : [ {
    "segmentRef" : "Cloud5R_Seg2",
    "name" : "Rehost",
    "description" : "A recommendation to change the infrastructure configuration of the application in order to “Lift & Shift” it to the cloud using Infrastructure as a Service (IaaS).",
    "color" : "#03CEA4",
    "matchingRules" : [ {
      "description" : "High Business Impact",
      "formula" : "BI > 75",
      "points" : 10
    }, {
      "description" : "Low Cloud Maturity score",
      "formula" : "CloudScan < 64",
      "points" : 10
    }, {
      "description" : "Medium/High Software Health",
      "formula" : "Health > 53",
      "points" : 10
    }, {
      "description" : "Medium/High Open Source Safety score",
      "formula" : "OSS > 63 and OSS < 81 and OSS_Cve < 2",
      "points" : 10
    }, {
      "description" : "High Software Complexity (low Software Elegance)",
      "formula" : "Elegance < 40",
      "points" : 15
    }, {
      "description" : "Current state is On-premise",
      "formula" : "CloudSurvey =is= notnull and QUESTION_REF_CAST_CLOUD_CURRENTSTATE =in= (CAST_CLOUD_CURRENTSTATE:ON_PREM)",
      "points" : 20
    } ]
  }, {
    "segmentRef" : "Cloud5R_Seg1",
    "name" : "Refactor",
    "description" : "A recommendation to perform modest modifications of the application code without changing the architecture or functionality so that it can be migrated to the cloud in a container using Container as a Service (CaaS) or using Platform as a Service (PaaS).",
    "color" : "#345995",
    "matchingRules" : [ {
      "description" : "High Business Impact",
      "formula" : "BI > 75 and CloudScan =is= notnull",
      "points" : 20
    }, {
      "description" : "High Cloud Maturity score",
      "formula" : "CloudScan > 64",
      "points" : 10
    }, {
      "description" : "High Software Health",
      "formula" : "Health > 75",
      "points" : 10
    }, {
      "description" : "High Open Source Safety score",
      "formula" : "OSS > 81",
      "points" : 10
    }, {
      "description" : "Medium/Low Software Complexity (medium/high Software Elegance)",
      "formula" : "Elegance > 40",
      "points" : 10
    }, {
      "description" : "Current state is not full Cloud",
      "formula" : "CloudSurvey =is= notnull and QUESTION_REF_CAST_CLOUD_CURRENTSTATE =in= (CAST_CLOUD_CURRENTSTATE:ON_PREM, CAST_CLOUD_CURRENTSTATE:HYBRID)",
      "points" : 20
    } ]
  }, {
    "segmentRef" : "Cloud5R_Seg3",
    "name" : "Rearchitect",
    "description" : "A recommendation to dramatically modify the application code thereby altering the architecture to improve the health of the application and enable it to be migrated to the cloud using Platform as a Service (PaaS) or deployed serverless using Function as a Service (FaaS).",
    "color" : "#F4B333",
    "matchingRules" : [ {
      "description" : "High Business Impact and CloudScan =is= notnull",
      "formula" : "BI > 75",
      "points" : 9
    }, {
      "description" : "Low Software Health",
      "formula" : "Health < 53",
      "points" : 10
    }, {
      "description" : "High Software Complexity (low Software Elegance)",
      "formula" : "Elegance < 40",
      "points" : 10
    }, {
      "description" : "Medium Cloud Maturity score",
      "formula" : "CloudScan > 64 and CloudScan < 75",
      "points" : 10
    }, {
      "description" : "Low Open Source Safety score",
      "formula" : "OSS < 63",
      "points" : 10
    }, {
      "description" : "Current state is not full Cloud",
      "formula" : "CloudSurvey =is= notnull and QUESTION_REF_CAST_CLOUD_CURRENTSTATE =in= (CAST_CLOUD_CURRENTSTATE:ON_PREM, CAST_CLOUD_CURRENTSTATE:HYBRID)",
      "points" : 20
    } ]
  }, {
    "segmentRef" : "Cloud5R_Seg4",
    "name" : "Rebuild",
    "description" : "A recommendation to discard the code of the application and develop it again in the cloud using Platform as a Service (PaaS) or serverless using Function as a Service (FaaS).",
    "color" : "#5B3A63",
    "matchingRules" : [ {
      "description" : "Medium Business Impact",
      "formula" : "BI > 30 and BI < 75",
      "points" : 10
    }, {
      "description" : "Low Software Health",
      "formula" : "Health < 53",
      "points" : 11
    }, {
      "description" : "Low Cloud Maturity score",
      "formula" : "CloudScan < 64",
      "points" : 11
    }, {
      "description" : "Current state is On-Premise",
      "formula" : "CloudSurvey =is= notnull and QUESTION_REF_CAST_CLOUD_CURRENTSTATE =in= (CAST_CLOUD_CURRENTSTATE:ON_PREM)",
      "points" : 20
    } ]
  }, {
    "segmentRef" : "Cloud5R_Seg5",
    "name" : "Retire",
    "description" : "A recommendation to discard the application altogether or potentially replace it with a commercial Software as a Service (SaaS) alternative.",
    "color" : "#E40066",
    "matchingRules" : [ {
      "description" : "Low Business Impact",
      "formula" : "BI < 30",
      "points" : 10
    }, {
      "description" : "Low Cloud Maturity score",
      "formula" : "CloudScan < 64",
      "points" : 9
    }, {
      "description" : "Low Software Health",
      "formula" : "Health < 53",
      "points" : 12
    }, {
      "description" : "Current state is On-Premise",
      "formula" : "CloudSurvey =is= notnull and QUESTION_REF_CAST_CLOUD_CURRENTSTATE =in= (CAST_CLOUD_CURRENTSTATE:ON_PREM)",
      "points" : 20
    } ]
  } ],
  "segmentationStatus" : "production"
}