<?xml version="1.0" encoding="UTF-8"?>
<CustomField xmlns="http://soap.sforce.com/2006/04/metadata">
    <fullName>Recoupment__c</fullName>
    <externalId>false</externalId>
    <inlineHelpText>Use “100% recoupable client’s share” where all of the above Funds, Advances and Recoupable Costs are fully recoupable from the Client’s share OR use “other” where certain Funds, Advances or Recoupable Costs are not recoupable from the Client’s share</inlineHelpText>
    <label>Recoupment</label>
    <required>false</required>
    <trackFeedHistory>false</trackFeedHistory>
    <trackHistory>false</trackHistory>
    <type>Picklist</type>
    <valueSet>
        <valueSetDefinition>
            <sorted>false</sorted>
            <value>
                <fullName>100% recoupable client&apos;s share</fullName>
                <default>false</default>
                <label>100% recoupable client&apos;s share</label>
            </value>
            <value>
                <fullName>Other</fullName>
                <default>false</default>
                <label>Other</label>
            </value>
        </valueSetDefinition>
    </valueSet>
</CustomField>
