<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>ClientSegment__c</fullName>
    <externalId>false</externalId>
    <formula>CASE(
    ClientServiceTier__c,
    &quot;Premium&quot;, &quot;Premium&quot;,
    &quot;Tier 1&quot;, &quot;AWAL+&quot;,
    &quot;Tier 2&quot;, &quot;AWAL+&quot;,
    &quot;Tier 3&quot;, &quot;AWAL+&quot;,
    &quot;Managed&quot;, &quot;AWAL+&quot;,
    &quot;Basic&quot;, &quot;Platform&quot;,
    &quot;&quot;
)</formula>
    <label>Client Segment</label>
    <required>false</required>
    <trackHistory>false</trackHistory>
    <type>Text</type>
    <unique>false</unique>
</CustomField>
