From 263cf4cfd6c27c613310cf0ab2d3fffa66287bfa Mon Sep 17 00:00:00 2001
From: Bhargav Boppana
+* COMING SOON A new version 4 of the Exclusions API is coming soon:
+ * Production Version 4: https://api.sam.gov/entity-information/v4/exclusions?api_key=< value >
+ * Alpha Version 4: https://api-alpha.sam.gov/entity-information/v4/exclusions?api_key=< value >
Generating a personal API Key:
* Registered users can request for a public API on 'Account Details' page. This page can be accessed here: Account Details page on sam.gov
-* Users must enter their password on ‘Account Details’ page to view the API Key information. If an incorrect password is entered, an error will be returned.
-* After the API Key is generated on ‘Account Details’ page, the API Key can be viewed on the Account Details page immediately. The API Key is visible until users navigate to a different page.
+* Users must enter their password on ‘Account Details’ page to view the API Key information. If an incorrect password is entered, an error will be returned.
+* After the API Key is generated on ‘Account Details’ page, the API Key can be viewed on the Account Details page immediately. The API Key is visible until users navigate to a different page.
* If an error is encountered during the API Key generation/retrieval, then users will receive an error message and they can try again.
Generating a System Account API Key:
@@ -99,34 +102,35 @@ Utilizing the Exclusion API as an extract:
**Query String Parameters**
-| Parameter Name | Description | Applicable Versions |
-| ---- | ----------- | ----------- |
-| classification | Allows a partial text or a complete text (Individual, Firm, Vessel, Special Entity Designation).
This parameter can be used inside the 'q' parameter.
Example: 'classification=Firm', 'classification=!INDIVIDUAL', 'classification=[Vessel~Special]', 'q=((classification:Vessel) OR (classification:Special))' | v1
v2
v3 |
-| exclusionName | Allows a partial text or a complete text.
This parameter must not be used inside the 'q' parameter.
This parameter accepts multi-text values in any order and in any case, and will apply the AND operator between the texts.
Examples: 'exclusionName=J Roy', 'exclusionName=ROY j' | v1
v2
v3 |
-| exclusionType | Allows a partial text or a complete text (a string).
Allowable values are: Ineligible (Proceedings Pending), Ineligible (Proceedings Completed), Prohibition/Restriction and Voluntary Exclusion.
This parameter can be used inside the 'q' parameter. When not used inside the 'q' parameter, this parameter will apply the AND operator if a multi-text value is provided in any order and in any case.
Examples: 'q=exclusionType:Ineligible (Proceedings Pending)', 'exclusionType=Ineligible PENDING', 'exclusionType=[Pending~Voluntary]' | v1
v2
v3 |
-| exclusionProgram | Allows a complete text (a string).
Allowable values are: Reciprocal, NonProcurement and Procurement.
This parameter can be used inside the 'q' parameter.
Examples: 'q=((exclusionProgram:Reciprocal) OR (exclusionProgram:Procurement))', 'exclusionProgram=[NonProcurement~RECIPROCAL]', 'exclusionProgram=!NonProcurement'| v1
v2
v3 |
-| addressLine1 | Mainly used to search Individuals with their address. Allows a partial text, a complete text and null.
This parameter must not be used inside the 'q' parameter.
Examples: 'addressLine1=""', 'addressLine1="7th Floor, Buraengdang Building 530-14"'
NOTE: If addressLine1 is used in a request with exclusionName, it must match 85% of an Individual's address in order for the address information to be returned in the response (not case sensitive). | v1
v2
v3 |
-| addressLine2 | Mainly used to search Individuals with their address. Allows a partial text, a complete text and null.
This parameter must not be used inside the 'q' parameter.
Examples: 'addressLine2=""', 'addressLine2="Dapsipri, 5 Dong, Dongdaemun-K"'
NOTE: If addressLine2 is used in a request with exclusionName, it must match 85% of an Individual's address in order for the address information to be returned in the response (not case sensitive). | v1
v2
v3 |
-| stateProvince | Allows 2-character codes for the USA, names for foreign countries and null (a string).
Examples: 'stateProvince=AR', 'stateProvince=[VA~MICHOACÁN]', 'stateProvince=""' | v1
v2
v3 |
-| country | Allows 3-character codes, numerical values and null (a string).
Examples: 'country=USA' 'country=[RUS~292~mex]', 'country=!""', 'q=((country:RUS) OR (country:292) OR (country:mex))' | v1
v2
v3 |
-| zipCode | Allows 5-digit values for the USA, any value as it was provided for foreign countries and null (a string).
Example: 'zipCode=20171', 'zipCode=[901-2132~V3M 5P8~C.P. 44890]', 'zipCode=""', 'q=((zipCode:901-2132) OR (zipCode:20147))' | v1
v2
v3 |
-| ueiSAM | Denotes Unique Entity Identifier SAM.
Allows 12-character values, null and also wildcard searches.
Examples: 'ueiSAM=""', 'ueiSAM=!""', 'ueiSAM=P*X*1', 'q=((ueiSAM:PMC9YQMXJZU1) OR (ueiSAM:PG4XZ77WRC21))' | v1
v2
v3 |
-| excludingAgencyCode | Allows a partial text, a complete text and null (a string).
Examples: 'excludingAgencyCode=ICE', 'excludingAgencyCode=DHS-ICE', 'excludingAgencyCode=[AF~HUD~""]', 'q=((excludingAgencyCode:AF) OR (excludingAgencyCode:HUD))' | v1
v2
v3 |
-| excludingAgencyName | Allows a partial text, a complete text and null (a string).
This parameter can be used inside the 'q' parameter. When not used inside the 'q' parameter, this parameter will apply the AND operator if a multi-text value is provided in any order and in any case
Examples: 'excludingAgencyName=Of URBAN housing', 'excludingAgencyName=[Geological~Navy]', q=((excludingAgencyName:Geological) OR (excludingAgencyName:Navy)) | v1
v2
v3 |
-| ctCode | Allows a complete text, null and also wild card searches (a string).
Examples: 'ctCode=*SDN*', 'ctCode=[AA~""], 'q=((ctCode:AA) OR (ctCode:03-SDN-01))' | v1
v2
v3 |
-| activationDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'activationDate=01/01/2019', 'activationDate=[01/01/2019,05/29/2019]' | v1
v2
v3 |
-| creationDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'creationDate=01/01/2019', 'creationDate=[01/01/2019,05/29/2019]' | v1
v2
v3 |
-| updateDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'updateDate=01/01/2019', 'updateDate=[01/01/2019,05/29/2019]'' | v1
v2
v3 |
-| terminationDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'terminationDate=01/01/2019', 'terminationDate=[01/01/2019,05/29/2019]' | v1
v2
v3 |
-| cageCode | Allows a complete value, null and also wild card searches (a string).
Examples: 'cageCode=0*0', 'cageCode=[0XLE0~1CM51~""]', 'q=((cageCode:0XLE0) OR (cageCode:1CM51))' | v1
v2
v3 |
-| npi | Allows 1234567890 (this is masked data) and null (a string).
Examples: 'npi=1234567890', 'npi=""', 'npi=!""' | v1
v2
v3 |
-| recordStatus | The API returns only Active records.
Allows a complete text (a string).
Allowable value is: Active, active
Example: 'recordStatus=active' | v1
v2
v3 |
-| page | Denotes a page number.
Allowable values are 0 to 999.
Example: 'page=0' | v1
v2
v3 |
-| size | Denotes the number of records returned per page.
Allowable values are 1 to 10.
Example: 'size=1' | v1
v2
v3 |
-| includeSections | Allows to filter data by sections, exclusionDetails, exclusionIdentification, exclusionActions, exclusionAddress, exclusionOtherInformation and vesselDetails.
Example: 'includeSections=exclusionOtherInformation,exclusionDetails' | v1
v2
v3 |
-| format | Allows user to download different file formats(csv and json are allowable values) .
Example: 'format=csv' | v1
v2
v3 |
-| emailId | Allows user to get file download links sent to the email address associated to the API key used in the request. Email ID must be provided in conjunction with the format parameter.
Example: emailId= Yes
Applicable to non-SAM registrants. | v1
v2
v3 |
-| ssnOrTinOrEin | Allows a 9-digit value or null.
This parameter must not be used inside the 'q' parameter.
This parameter must be used in conjunction with the exclusionName parameter.
Example: 'ssnOrTinOrEin=123456789' | v1
v2
v3 |
+| Parameter Name | Description | Applicable Versions |
+|-----------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------|
+| classification | Allows a partial text or a complete text (Individual, Firm, Vessel, Special Entity Designation).
This parameter can be used inside the 'q' parameter.
Example: 'classification=Firm', 'classification=!INDIVIDUAL', 'classification=[Vessel~Special]', 'q=((classification:Vessel) OR (classification:Special))' | v1
v2
v3 |
+| exclusionName | Allows a partial text or a complete text.
This parameter must not be used inside the 'q' parameter.
This parameter accepts multi-text values in any order and in any case, and will apply the AND operator between the texts.
Examples: 'exclusionName=J Roy', 'exclusionName=ROY j' | v1
v2
v3 |
+| exclusionType | Allows a partial text or a complete text (a string).
Allowable values are: Ineligible (Proceedings Pending), Ineligible (Proceedings Completed), Prohibition/Restriction and Voluntary Exclusion.
This parameter can be used inside the 'q' parameter. When not used inside the 'q' parameter, this parameter will apply the AND operator if a multi-text value is provided in any order and in any case.
Examples: 'q=exclusionType:Ineligible (Proceedings Pending)', 'exclusionType=Ineligible PENDING', 'exclusionType=[Pending~Voluntary]' | v1
v2
v3 |
+| exclusionProgram | Allows a complete text (a string).
Allowable values are: Reciprocal, NonProcurement and Procurement.
This parameter can be used inside the 'q' parameter.
Examples: 'q=((exclusionProgram:Reciprocal) OR (exclusionProgram:Procurement))', 'exclusionProgram=[NonProcurement~RECIPROCAL]', 'exclusionProgram=!NonProcurement' | v1
v2
v3 |
+| addressLine1 | Mainly used to search Individuals with their address. Allows a partial text, a complete text and null.
This parameter must not be used inside the 'q' parameter.
Examples: 'addressLine1=""', 'addressLine1="7th Floor, Buraengdang Building 530-14"'
NOTE: If addressLine1 is used in a request with exclusionName, it must match 85% of an Individual's address in order for the address information to be returned in the response (not case sensitive). | v1
v2
v3 |
+| addressLine2 | Mainly used to search Individuals with their address. Allows a partial text, a complete text and null.
This parameter must not be used inside the 'q' parameter.
Examples: 'addressLine2=""', 'addressLine2="Dapsipri, 5 Dong, Dongdaemun-K"'
NOTE: If addressLine2 is used in a request with exclusionName, it must match 85% of an Individual's address in order for the address information to be returned in the response (not case sensitive). | v1
v2
v3 |
+| stateProvince | Allows 2-character codes for the USA, names for foreign countries and null (a string).
Examples: 'stateProvince=AR', 'stateProvince=[VA~MICHOACÁN]', 'stateProvince=""' | v1
v2
v3 |
+| country | Allows 3-character codes, numerical values and null (a string).
Examples: 'country=USA' 'country=[RUS~292~mex]', 'country=!""', 'q=((country:RUS) OR (country:292) OR (country:mex))' | v1
v2
v3 |
+| zipCode | Allows 5-digit values for the USA, any value as it was provided for foreign countries and null (a string).
Example: 'zipCode=20171', 'zipCode=[901-2132~V3M 5P8~C.P. 44890]', 'zipCode=""', 'q=((zipCode:901-2132) OR (zipCode:20147))' | v1
v2
v3 |
+| ueiSAM | Denotes Unique Entity Identifier SAM.
Allows 12-character values, null and also wildcard searches.
Examples: 'ueiSAM=""', 'ueiSAM=!""', 'ueiSAM=P*X*1', 'q=((ueiSAM:PMC9YQMXJZU1) OR (ueiSAM:PG4XZ77WRC21))' | v1
v2
v3 |
+| excludingAgencyCode | Allows a partial text, a complete text and null (a string).
Examples: 'excludingAgencyCode=ICE', 'excludingAgencyCode=DHS-ICE', 'excludingAgencyCode=[AF~HUD~""]', 'q=((excludingAgencyCode:AF) OR (excludingAgencyCode:HUD))' | v1
v2
v3 |
+| excludingAgencyName | Allows a partial text, a complete text and null (a string).
This parameter can be used inside the 'q' parameter. When not used inside the 'q' parameter, this parameter will apply the AND operator if a multi-text value is provided in any order and in any case
Examples: 'excludingAgencyName=Of URBAN housing', 'excludingAgencyName=[Geological~Navy]', q=((excludingAgencyName:Geological) OR (excludingAgencyName:Navy)) | v1
v2
v3 |
+| ctCode | Allows a complete text, null and also wild card searches (a string).
Examples: 'ctCode=*SDN*', 'ctCode=[AA~""], 'q=((ctCode:AA) OR (ctCode:03-SDN-01))' | v1
v2
v3 |
+| activationDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'activationDate=01/01/2019', 'activationDate=[01/01/2019,05/29/2019]' | v1
v2
v3 |
+| creationDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'creationDate=01/01/2019', 'creationDate=[01/01/2019,05/29/2019]' | v1
v2
v3 |
+| updateDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'updateDate=01/01/2019', 'updateDate=[01/01/2019,05/29/2019]'' | v1
v2
v3 |
+| terminationDate | Allows a single Date or Date range.
Formats: MM/DD/YYYY or [MM/DD/YYYY,MM/DD/YYYY]
Examples: 'terminationDate=01/01/2019', 'terminationDate=[01/01/2019,05/29/2019]' | v1
v2
v3 |
+| cageCode | Allows a complete value, null and also wild card searches (a string).
Examples: 'cageCode=0*0', 'cageCode=[0XLE0~1CM51~""]', 'q=((cageCode:0XLE0) OR (cageCode:1CM51))' | v1
v2
v3 |
+| npi | Allows 1234567890 (this is masked data) and null (a string).
Examples: 'npi=1234567890', 'npi=""', 'npi=!""' | v1
v2
v3 |
+| recordStatus | The API returns only Active records.
Allows a complete text (a string).
Allowable value is: Active, active
Example: 'recordStatus=active' | v1
v2
v3 |
+| page | Denotes a page number.
Allowable values are 0 to 999.
Example: 'page=0' | v1
v2
v3 |
+| size | Denotes the number of records returned per page.
Allowable values are 1 to 10.
Example: 'size=1' | v1
v2
v3 |
+| includeSections | Allows to filter data by sections, exclusionDetails, exclusionIdentification, exclusionActions, exclusionAddress, exclusionOtherInformation and vesselDetails.
Example: 'includeSections=exclusionOtherInformation,exclusionDetails' | v1
v2
v3 |
+| format | Allows user to download different file formats(csv and json are allowable values) .
Example: 'format=csv' | v1
v2
v3 |
+| emailId | Allows user to get file download links sent to the email address associated to the API key used in the request. Email ID must be provided in conjunction with the format parameter.
Example: emailId= Yes
Applicable to non-SAM registrants. | v1
v2
v3 |
+| ssnOrTinOrEin | Allows a 9-digit value or null.
This parameter must not be used inside the 'q' parameter.
This parameter must be used in conjunction with the exclusionName parameter.
Example: 'ssnOrTinOrEin=123456789' | v1
v2
v3 |
+| COMING SOON
----
fascsaOrder | Allows Yes and No.
This parameter accepts either value, in any case.
Examples: fascsaOrder=Yes, fascsaOrder=yes, fascsaOrder=No, fascsaOrder=no | v4 |
**Expected Result**
@@ -175,6 +179,7 @@ API response consists of Sections, Sub-sections and Tags underneath each of the
| zipCodePlus4 | string | Address Zip Plus 4 | v2
v3 |
| countryCode | string | Country Code | v2
v3 |
| **exclusionOtherInformation** |
+| COMING SOON
----
isFASCSAOrder | string | FASCSA Order Exclusion Indicator | v4 |
| additionalComments | string | Additional Comments | v1
v2
v3 |
| ctCode | string | CT Code | v1
v2
v3 |
| dnbInvestigationStatus/evsInvestigationStatus | string | EVS Investigation Status
NOTE: This parameter is being renamed. dnbInvestigationStatus is in V1 and evsInvestigationStatus will be V2. | v1
v2
v3 |
@@ -183,7 +188,7 @@ API response consists of Sections, Sub-sections and Tags underneath each of the
| type | string | Type | v1
v2
v3 |
| **exclusionOtherInformation --> moreLocations** |
| exclusionName | string | Exclusion Name | v2
v3 |
-| duns | string | DUNS | v2 |
+| duns | string | DUNS | v2 |
| ueiSAM | string | ueiSAM | v3 |
| cageCode | string | CAGE Code | v2
v3 |
| npi | string | NPI | v2
v3 |
@@ -221,7 +226,7 @@ API response consists of Sections, Sub-sections and Tags underneath each of the
-## OpenAPI Specification File
+## OpenAPI Specification File
You can view the full details of this API in the OpenAPI Specification file available here:
Open API specification file for the Exclusion API
@@ -526,104 +531,104 @@ Note: Public Response for one record is provided as an example
A sample record is provided here:
- "excludedEntity": [
- {
- "exclusionDetails": {
- "classificationType": "Individual",
- "exclusionType": "Ineligible (Proceedings Completed)",
- "exclusionProgram": "Reciprocal",
- "excludingAgencyCode": "ARMY",
- "excludingAgencyName": "DEPT OF THE ARMY"
- },
- "exclusionIdentification": {
- "ueiSAM": null,
- "cageCode": null,
- "npi": null,
- "prefix": "Ms.",
- "firstName": "Chong",
- "middleName": "Sun",
- "lastName": "Hwang",
- "suffix": null,
- "entityName": "Ms. Chong Sun Hwang",
- "dnbOpenData": null
- },
- "exclusionActions": {
- "listOfActions": [
- {
- "createDate": "07-27-2012",
- "updateDate": "07-27-2012",
- "activateDate": "12-12-2011",
- "terminationDate": "11-08-2029",
- "terminationType": "Definite",
- "recordStatus": "Active"
- }
- ]
- },
- "exclusionPrimaryAddress": {
- "addressLine1": null,
- "addressLine2": null,
- "city": "Dongjak-gu, Seoul",
- "stateOrProvinceCode": null,
- "zipCode": null,
- "zipCodePlus4": null,
- "countryCode": "KOR"
- },
- "exclusionSecondaryAddress": [],
- "exclusionOtherInformation": {
- "additionalComments": null,
- "ctCode": "A",
- "evsInvestigationStatus": null,
- "references": {
- "referencesList": [
- {
- "exclusionName": null,
- "type": null
- }
- ]
- },
- "moreLocations": [
- {
- "exclusionName": null,
- "duns": null,
- "cageCode": null,
- "npi": null,
- "primaryAddress": {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateOrProvinceCode": null,
- "zipCode": null,
- "zipCodePlus4": null,
- "countryCode": null
- },
- "secondaryAddress": [
- {
- "addressLine1": null,
- "addressLine2": null,
- "city": null,
- "stateOrProvinceCode": null,
- "zipCode": null,
- "zipCodePlus4": null,
- "countryCode": null
- }
- ]
- }
- ]
- },
- "vesselDetails": {
- "callSign": null,
- "type": null,
- "tonnage": null,
- "grt": null,
- "flag": null,
- "owner": null
- }
- },
-
- "links": {
- "selfLink": "https://api.sam.gov/entity-information/v2/exclusions?api_key=REPLACE_WITH_API_KEY&classification=[Individual~Special%20Entity%20Designation&excludingAgencyCode=!DOJ&country=KOR&q=CHONG&page=0&size=10",
-
- }
+"excludedEntity": [
+{
+"exclusionDetails": {
+"classificationType": "Individual",
+"exclusionType": "Ineligible (Proceedings Completed)",
+"exclusionProgram": "Reciprocal",
+"excludingAgencyCode": "ARMY",
+"excludingAgencyName": "DEPT OF THE ARMY"
+},
+"exclusionIdentification": {
+"ueiSAM": null,
+"cageCode": null,
+"npi": null,
+"prefix": "Ms.",
+"firstName": "Chong",
+"middleName": "Sun",
+"lastName": "Hwang",
+"suffix": null,
+"entityName": "Ms. Chong Sun Hwang",
+"dnbOpenData": null
+},
+"exclusionActions": {
+"listOfActions": [
+{
+"createDate": "07-27-2012",
+"updateDate": "07-27-2012",
+"activateDate": "12-12-2011",
+"terminationDate": "11-08-2029",
+"terminationType": "Definite",
+"recordStatus": "Active"
+}
+]
+},
+"exclusionPrimaryAddress": {
+"addressLine1": null,
+"addressLine2": null,
+"city": "Dongjak-gu, Seoul",
+"stateOrProvinceCode": null,
+"zipCode": null,
+"zipCodePlus4": null,
+"countryCode": "KOR"
+},
+"exclusionSecondaryAddress": [],
+"exclusionOtherInformation": {
+"additionalComments": null,
+"ctCode": "A",
+"evsInvestigationStatus": null,
+"references": {
+"referencesList": [
+{
+"exclusionName": null,
+"type": null
+}
+]
+},
+"moreLocations": [
+{
+"exclusionName": null,
+"duns": null,
+"cageCode": null,
+"npi": null,
+"primaryAddress": {
+"addressLine1": null,
+"addressLine2": null,
+"city": null,
+"stateOrProvinceCode": null,
+"zipCode": null,
+"zipCodePlus4": null,
+"countryCode": null
+},
+"secondaryAddress": [
+{
+"addressLine1": null,
+"addressLine2": null,
+"city": null,
+"stateOrProvinceCode": null,
+"zipCode": null,
+"zipCodePlus4": null,
+"countryCode": null
+}
+]
+}
+]
+},
+"vesselDetails": {
+"callSign": null,
+"type": null,
+"tonnage": null,
+"grt": null,
+"flag": null,
+"owner": null
+}
+},
+
+"links": {
+"selfLink": "https://api.sam.gov/entity-information/v2/exclusions?api_key=REPLACE_WITH_API_KEY&classification=[Individual~Special%20Entity%20Designation&excludingAgencyCode=!DOJ&country=KOR&q=CHONG&page=0&size=10",
+
+}
+
+
+{
+ "totalRecords": 16,
+
+A sample record is provided here:
+
+ {
+ "exclusionDetails": {
+ "classificationType": "Firm",
+ "exclusionType": "Prohibition/Restriction",
+ "exclusionProgram": "Reciprocal",
+ "excludingAgencyCode": "AF",
+ "excludingAgencyName": "DEPT OF THE AIR FORCE"
+ },
+ "exclusionIdentification": {
+ "ueiSAM": "J27QHBBBL1V3",
+ "cageCode": null,
+ "npi": null,
+ "prefix": null,
+ "firstName": null,
+ "middleName": null,
+ "lastName": null,
+ "suffix": null,
+ "entityName": "Foxtrot Research Corp",
+ "dnbOpenData": null
+ },
+ "exclusionActions": {
+ "listOfActions": [
+ {
+ "createDate": "10-31-2023",
+ "updateDate": "10-31-2023",
+ "activateDate": "10-30-2023",
+ "terminationDate": null,
+ "terminationType": "Indefinite",
+ "recordStatus": "Active"
+ }
+ ]
+ },
+ "exclusionPrimaryAddress": {
+ "addressLine1": null,
+ "addressLine2": null,
+ "city": null,
+ "stateOrProvinceCode": "FL",
+ "zipCode": null,
+ "zipCodePlus4": null,
+ "countryCode": "USA"
+ },
+ "exclusionSecondaryAddress": [],
+ "exclusionOtherInformation": {
+ "isFASCSAOrder": "Yes",
+ "additionalComments": null,
+ "ctCode": null,
+ "evsInvestigationStatus": null,
+ "references": {
+ "referencesList": [
+ {
+ "exclusionName": null,
+ "type": null
+ }
+ ]
+ },
+ "moreLocations": [
+ {
+ "exclusionName": null,
+ "ueiSAM": null,
+ "cageCode": null,
+ "npi": null,
+ "primaryAddress": {
+ "addressLine1": null,
+ "addressLine2": null,
+ "city": null,
+ "stateOrProvinceCode": null,
+ "zipCode": null,
+ "zipCodePlus4": null,
+ "countryCode": null
+ },
+ "secondaryAddress": [
+ {
+ "addressLine1": null,
+ "addressLine2": null,
+ "city": null,
+ "stateOrProvinceCode": null,
+ "zipCode": null,
+ "zipCodePlus4": null,
+ "countryCode": null
+ }
+ ]
+ }
+ ]
+ },
+ "vesselDetails": {
+ "callSign": null,
+ "type": null,
+ "tonnage": null,
+ "grt": null,
+ "flag": null,
+ "owner": null
+ }
+ },
+ ],
+ "links": {
+ "selfLink": "https://api-alpha.sam.gov/entity-information/v4/exclusions?api_key=REPLACE_WITH_API_KEY&fascsaOrder=Yes&page=0&size=10",
+ "nextLink": "https://api-alpha.sam.gov/entity-information/v4/exclusions?api_key=REPLACE_WITH_API_KEY&fascsaOrder=Yes&page=1&size=10"
+ }
}
Q0caY71K#SaCtk-D-% zOsuF&<&FnQ*8$VM2h1qx!)^*$skCN`MYi&_|<}3qu{pw)0G$b0|zp?Vw zY`WN_= L!o zpG5$-9Ofz4ZEbw3`Q>ORO1zwkR)LCZ+4VhqnTl13+-P=W9zpOsxgQKM->v3ElfES9r2iM-co)&M-sLHjX>k@hxN_pG+CQq;5=mN1Wt!g4=vqJR3?un*mFavdxG% z->~f_g?snDSKk{#H~5@Ux-I34Dap7{&I$^M&qo+ap5CW1X(Jx}YacJi?nMw@C!dvn z`+SqW@iYFMqG-qZsK@Ng`t4ee=g_dA;&4RWn4co@d{lhj+IQ+tlS|&AohN4>R8fi- z&RQeeNUVdt2>xIYWOeAa*i@kVPU>V1^U>Q?SYgf^8v|QjNgO6g9&w0{3vpeg+>T tST8p}z`ECtAeC=LS%8)w0iF vUnEwF*}j!%6Rb;59SV68 zB~KNOXw`JQ Q;hPrai zP4ROtBbRwzeEFC-3g+1Q-O2p}%hq#h`3Hn6N{)S()$@VUAkSrlA+RMzc}zUzVeg?) zvJVjjX5IA=cNi9Y0b7r71D=&=obc) pG43PwOLb@&q!=Y1c*t=~geBIZ2D?xY>cB1p9n+JSA?1ib=&4ai^y( z`mL)W&B;0CQp?xaCmHyYAJ?jWNcgMzx9PyZdL*Jlo~VkmFDZ$8Hv0?$)>+iU0^2@H z(KREF6$I9PguqGqh+LGRK3 kQMUveJVwJWK8^}XHl3Ipni0yo x}S(Xqv~&>eCa z0<+(E&C3J_4^U3&o(x*bioREr?NOT{5`j#h*+(`Uu5eXN`y7G!g~oiXriaR(-)^T~ z>Rq4RD6%6u=k6L;1xs5~WS)(E1hlB00ax}LDXLfSiO%8p4s+=H$qKY7B#2= eS1+{Ca z@s<}Ypp3z9tPRTSd%8=Z*xZHRX8{MNC)|>c&W|7Y2UqoX@o zV-GdyVS-v|Bc(qf%keO>4z9m;6!&K(DswZ<`G&Qy$DSmz28_ z3nCvJ1Fm$4ix*l^;&gN4K|qD<`@UyfpXVq>>vBq(A^=ar(}C!u(~05`;63iN7CW6{ zF5_3@JMc8Dn46Vcl`=e5PDCZ*p?5Dhm+X!DotJdLXFCIP=&Pw{t7a9;WY4W5#;>IK zl1xEXkPK#KKOMp*z?YXv=$2fg)A83k*$DqDkMdw5eqaOcObo*PKqzbGL}_gtpY%#* zso0GiwZGbAjpm>=_SYJ^RSF#5o(PlC3}G6o(*=;Ky*r~harsEUL$qNp+cD#-T)dtl zOkDAn_2422F=FI9ak}x7hs87;OH#UAD~j&hXfApx-3XRtv5j|9Ua2zpsCJf1S>v)x zUiKT4dR)pQhT^-Mp2Uiu#djUqoFwG$=5JDZMs|H<=+5qp@y_0UYjrzIZl?8tTEQ7# zhQ|M{Z#ZSR{e>doFwV;jRw1!9z3>pd@x5K yEwM`6b7L!f@>_}MnX(OMod39)W&60R3}hs>4y0yFyf(& zP!%Y5GGc+h(+iOWEeB{z!c 2O6X9Z> 00qM_fQnWenlzFp#(Ww zDh^Ez{U@>E1cr~(-w~S!GT-dr%(kEDJUFND53`GA{k%A0q?%&Tg>owVVbF{zz1zP+ zMH{z#pM{0{!4a{iy?q%`|GFb2qu5J(PT_&1OJ+*T1g)x5AfUgthw3Wg`d4ZSXQ_L9 z>!qlrFyDBIiDOt_NY`(+ aw0fS&yqdfsVr8;vO(Z5YxVJ*0z?|#`Ki(5x>j~*c@_}VP9uMyq407mqw-a0_w4n zPdg#)#fukj5}%TP>U~5&fyTgQR}#;t7WpuPKu(ZOL#{Ocgt8NXf|)KJTweV|aI%e? zA7_1`0av^$fO6^5 Pgy zHT`=pm|pK4{Z`on4jqwZrRRubhHVhC8m|t@80lsVbFH6t;t77{80|OGDXVD@5qPS! z;Coeb=<|D3aVwQhZ(~nkDrqIG;9Y1(MdRRbPCN{l9C-3~Md{d3o}@w5@jLQx!MiTO zX|k7-6jV8HR^;v6 =YYB)S=rG~x&k*8=hIO&fQPb{G4-zOx+%7FQqYe#A(k)= z>W6!N9X8%JEZ1*6g55gMPna M-7Cob?H!(96YI}T*ZIw< z`dWm&I~Io^MizIUsxK&&ml+AwWE^EoP*pUra@}ujKd=%2u4C4IQgj(~t1=+taQwua z9Yw$%XjSvaz?>EOFvU9y{`T}q0dYv12XVc|-iMB~uNAzAb(n&iU(M27KG3>t!i%%n z*bNQEuw+D4ANI?WzgrWM!I)L|<^e){_&jL_DjHR4{#Bs7T hnAyceCtpa0AMQ*!YvefU!e@FFmHRz a0@sV8MX3y(O!hIask^?druW3zj0dn1S7! z*t H+{K?~AtL?|OviAulNO058`J0Dp->o=^OV@V`OwCu9jZ z$>*@o$l3ppOuRq`pH_E}k&{$1ar`G%R!J?eh64y>1z%M2a&ZOOJ!@G2yx@SUFY1uz zOq{J9T^*bOFCq|DEim|h$U*)B_&okkfNz}5LC)ZM(EV8tuyjThWN8g9yBD1pSmgqG z*3!5+I@*Hlo>eLTqRM#o{HLRT_Tn!LFOXiF*n!*fZ+!r(H!NKM9PF%eU=feCnV7w$ zEeHT)6?^W4D}a}e?H^rn1u(O-af7u!j v%l> zc*D-k#`zLb>yMF~;6iEt!-|~?2o{N$Ja- }bu>kBq zPVVP0U}4L1C%|$O5IeYxFIE0K2VT@P|C0Vc1vjkXO02IPob60(S n(&&XGe{$$Q&|X|ZQc6mSQ3709Q)lb{E6%gMsFeOrdcJ=Mg#O~q%b1sh z^#E)yQlG!m{^iV{<@hJ>{{xgi0srqw&-M=u6u3iwF%H1?$Gr=tJ>N@0|5EwCPaXd& z-oHfoGu8i=`2QjO|DN?cV3PhZ7d^8c{N^v#KVSMM>$%wf#(Fj$PLBVM^?y*Ei~V1y z4&- 2l U>g+S$cb!pg+?d7@A>`Rn-QhJRM%y|D0Kkp6vg`zO-BT)&jz z1?GQ%_Wx{a{?keLziJKVU# >c;tZbpL&W z{(tg`@h{2#+f4tg4*h>w-pT%l+Vn-z`M=h8{>!K0i|0Ry@m~u(Ik-6Zo=g1amqO31 zK79oT;uee! yYu1`0M!*k eqY6&^ggUF4i7gO`E|U1 zS~U_`e!ATsp4%-+{k)oUy85tt%6dJyzu1)erc+7H!_(#H(amQ%apjRmb@pdA`_mld zq2Il$&t(%?>+WJ^@BL!tJ=U=_d-=)3?jn&*>rawnPU `!B~~i>|^JgNdNLo zFyqJJP?P%{Jpuf_maD x1Vf>eDfrssuA6lwnuNv@SLk7> z{Rs?8Z!@=ZX{DY&fth58p0YQMcdCVzf0SvXAl=iBMy|AK{L0|hL;7@9J~C;CB9?(3 z*YrwZH`iEOJ6Z<5e)vFOMVbHVn@5k!B{ y03LKt9INgE^9HI_l=ns$kS!U?AoP2}ICbcD8?&|Q~nO>KTf`8eiAoR5r zMcUq1QAJJpR*zq&e!kv~4QnNvWGk)@4`9J h$d=vc0xYPPZMKP&Q0jw}rXqkaEJ!VRssR^lfgO^PWul$T~B!r``SFiFx z6#TSmn@5NeJcl`~U5~PWT3tMEEsWmHRZ)NK{7+?s*bdG}<(4b`Mv!WwnZ}HqNa lM+sneDt(0B^0ZLcHUhQn4F=WwPJP7ct6pBMj&u zUO8ssuXFgP5>GeV!=GIPH(Th~y=R+-`qIL$!v#xvx+|( t23%~1P^oEQoccQ{_#4)qsliGs#gaCt(OrE!ozgJF8Cnb#X>SD)u z6k%Amo+iGG5Grwu;xlqQ=rOS!fQ=TPGQ;E{`?g_*$p>T%QJ}}ggBMXYH`?S%)tccT zLx#dqO!e-%MQcAZ$fz~#>^SLG)%yKW=Plbqx@Ss~L|L+z@WP h2Yw-=d=)e$n6=588eVF*B1Ytq}x@>%0e;4XF+pT9q$M@)dcy*JJm0#zg z2gan$kP(>33)Eb7zh>!{MjvlOTjYXhpj$&)zOOsZSs8meh`P-x-cO2gqTA};)G7rv z_D!%2Hm)h-)u!i9*nAp}v2**uJyI58LA0H
Tq=yj4DKs*i64~s2&a&dSpxGKDZXEdRWM3yCTTbO zL) #PvO5ID0w>%q-IR957g2*4^AX3D3~{$nx# od z*FYV~&Xmt?+-FrpcxN{pN_6F6Fpqm*iJ# vdAjI8+%yg1j|eWJuoJKYF-%kVWog;I9hz zd6IIZtVaztLG@b_EH%1z@(^TJNnPlECP7Am5dC=IX9R+lso{kgk`$koR}^nNX56cJ zTOc%#7aame>X|AdtbLTUL3WFd+(j0V`;G2o(w>BpcKJW#Q@+3rszwQNR m};P zm_P$+t-kioQA=|Hf isz0Ey-02po=%urUi;PVP_a {B}2?(w^+&qD`Xqqdr!O zH9Fh9ihHG61Iwy+k3p&Us(_nZkDAdi@CSZKbf%j@uWe=cXSju=gI8-3qM52ooK^mf zKtf16zu!n!z5UQumzz!#+-L)$M4up_?VNtnSzX3BU8j>I>H=KRB__$4FpeSKrY#;* zM6ehRmj T)A zbmCQ2+ItXwULDa=u<9D9k>G!W7Jv>DJiIM+1^1qY$G|FV$x~P$Qt6Zu m| zh&b3s^1Vun^61P&Zwhy=>_fx4b5$>!>W}gRr0>>Mw_N3vGPKZ}{6Y<20WWRLz zKU>UF?+SjR4YdC<-BlwI2&a Ny{*C8KIN|kc;ft` zjEC=QkKXV>dr2uvm%+*lnGX1S?vq+yMuJ+8_C0DP1y u52Vs&SCcY|Yi_z3U#44&1ba(iX(6NVWLYOBI^bmdXL0HMxBD}>v5rI>Z zSA#`7A@Q#K9u~% y6^(Tv95E7{{)=bvxCtLXO>tl<~;+2J5oT zv3(m$lFcnrNLSv$HqAjeu_Udun6^qxOU1|hm<2+c!xDk;!YYcKJZ01>znI6YUXfay znEreBbG=x259x&L)$m)ZHv^PJ@@gh>-?!!3w(3xenKN?@uc`Mlg7I;_8rD^5hh6); zHoFk@%`nF2#UW7B3qC!hhu7Cv%YBb1e^gpnY(DeZ0jYOSN&ZuY_|J3FY7{35i?66o zK)sPrsb*22cvtquYTy~>I~dE!?_|GE*O%rLM;@9`@6Go1$C}(QJ)|9Zv)J)Fg@%k# zPB*A1z2&U>f|TUoHf`s2O!7Yu_Ts0ua-*>(*|1~uM^|yjZ!~_wjl!iHM?{q*Cv)NN zqx7g-1f@JNNd(uE7%Df{?{Vzn4{0>&MI4bdiATN%8amg!-^*hfHP9~V6Tvhi)S8nM zJMPe}Omv)Ds|xuQImOqg{@PKE?j89$$r|6y+p2uSpbI7Tt>WG+G_iyrqT>x9t+1>a zCJh?>QPSRJ7z|#i#IDyJMS?N)2AiZRorXVJf6&nMJ2$8m263%Bn!LbEC^b`<(~Hgw z({G8SsreJwY4>LO2#OMcG7BlZX*nAL4a(O5b~9O6_zUThBdv!rN2c 8%L znWBbs*m;gjOxCbJu+rP=Ldz>ze!J*@w}w-@+&*kG2clP>+ 5Mc`PbD^tLNU~6NS7u-BK07dSllJgDQ7jiNve?I{2`6#Gj}m6sQ8KX%T{|pi=6k zr%C8}K}#t? MzuUT^J#2*ff1;OW)7cSZ$z? zv=^TD-TDH$k2rzqH?!PK&t|-~W~^R`Fl@SfmB2}(=orin-|O9Uk1Jxltie_}4}&!2 zYd0OPi`$O0SOq2C+Jb5Q?+>}z^IkSW1r {eF5WI9w_xJ>%1Yr$f2H_0h0O11uwSaJisDc1MXn~KNA IEVe_x~E__uZCH>Ngfu6C@i0i4|6HN)p69snl?H+W(FzkKSFn}hp5 zJaw6Epce^hO7=tB5;+=3FImuSl|V4>M l{dF{Slow^MJAWVy_tXc)`n(+ib&`{Ok$LShjC?X!E^i=?rmsE# zl-R8VVes0R$G+C5wjGf=_CqI|{iHp`gmlnrs?AeWjl9ILQ@+5tJeM2boswV@`ZA4) zhhEn&=tqScqHcZh_iUS7dsr*61pK&7)Dxh0^sooB_J|btbm_W0#x&cb5!$6F@7ZMK ztI@Y0hi8wi1H)#;22uFYT+HzYHYHF%&`Ag?c0qpZPo}^yW2~!`GWL#GCypTYwk}U7 zyXhXE4FNdKk3!cZ+&sS#q^Yn%Xd0n#dg8_k-ayBb+ydc@u8rsM<9teojtGi9s6sO( zp>;&DDPKiPf1tz MA%UNR&KjZ2Y@Jm|9G7gqL53x7J%#yhQr5Uk{^rYII 6R+3UmutpPO$Kzm1 z6_b^8AwX#0wh9WNdvkIglirZ@ 3Fhk!W~KTViBHc4NnS@Bo%iJO!j8M zIpMUkc0=dx?1h!$ui=Im5)v4>{`x8g{SZzO2(UPNi$8rorVakK$I!D&5bYR3MNE>P z7Q`K#Nv$9o0Dd;>2t8n(m%j%iM%fhS6-+?>XZX@t0F>I+9>Nf|wc3rVxC~K4E+%~N zooewQKFw*pwecVo{aNzR2eFbCPqvlOp2>U+Q3w%nVqS?LQBl4y(+O*u9D)$VJf(F@ zK6D{;lk`#x^aMU<*XGwO_E`i*XFkwBw@1V{OzcWVS|CU&y~COJRIf2Ts%y_44A?sd zj43*B^-d5t-hDG9=0)#ESV9L# ScWvudp@6Ii^9TDB66XAV+FfH#QVE2#X;# zD=`o8%1ATzI_kk8WN4{(8zo1<)l{yUV(R&Qk70`bo>0Nm&50DC9wDD01VIQ9C;tZw zoujcwbVLY5ttm)I7+f4_1ZAQG0gBK*S>pue3mL117{vUw0QlVv zz`kzb4J2M_)#~kZLgZ3d-GJ&X2zf;p7_um;_;#urB#?Au2Gv*_$}(bI)arUVEQ-Hy z5dasXQbG4T3eP0W=Nljj+hLtcwX4F@Ab<>hRGw ``O z03$Eier!rS@z7^#BuUe7<{LStny4gMrgdASZUiOW0#QkJ359w28Dwk9UGJ!cH1zDK z_w~FV0Z5YlADF|Ccza7=CP>`tqqe>lfe3cPYmC904%?4;?51;=%n6IP?IW6NTNbo? z8v-D|c)@MstP*ryzHNM2mn@hX*x2f*{UkbgGe!*ma2P8oRmXy+UP^pl(N}xZ>|-3$ zVW2Ea=@Rf}p@)4e9*?)1B1zy|H}5#Adr?EcWe)ZcwP;;dZ2q&GOXBlvc9J2)l-ekl zE% 2 z5R7PQufjwlL}Q!tM7Rjjlz0hBw7N3)F+c~yoDqnW9PoFwSsm P<^4?Fui-E+#LiQHRaa2Qmd4=<#P$3Nld2QkAsGZ$^x@40fj_no2PNdq1hR@u zni%sriZV<@f)S=rbQ*ouHTI0Oc44X_)oNLQzB5*3H?av{Y>!|@dPt%!MHKZ#OZyi2 zfDSjutM-*+Y9rXjdE}B&SP5g(ktmEsbZA_c;w>7J$o8*;IYW@N74MKlQ45d5wT%Z| zR>qcK-Z&Ktmf{P4;%med0ZE(Au4AEG5EiUpOdEJrnQ4ZoeZ24tCGO`FzC>n+&^w~` zA4~p?mq#l|3_R?1ICJg#Vlr>aN?*I1FnW_U_-VsK7$1M9frM0JhbJfT^+41XpNkXq z9L6PyC1cLyhCFxSr*{Vuk=`apo;ylf&X#Lf$d)2GZw$w3QZIfFeTgIxCeuwrOx*27 zqG!+LNmF>Y!@*RCO}b*tJSHygH4>kI1x@Dq!*td?3mT>XI7O)!pUWOut2H3oSBR%K zlAYsyPW?t#m?#-u!ZX^eC}i)4DQlS^kZr)!IWonvu}?Op2H!(ii_JTJ>gH=ZN1Zq= z^|a&|9Lc4!xqIi9+(zQ|Z*o;aJb8=JBGAdz3_S(~d!~RXgri83rI$JAz#jnv%Qp~T z*>N>FDu?;rEN5$G)roUWm=2#l9L*$Vlje0G$)=!_-+CBS_}~%#`8H%11{&s1^&PRH zR2fMNo7g#)WI@yx;&XsgOn)d{{hn5oXDJf)*T5w9RmPU=T6UFFSF#;@Veg6C+N51) z3-f+MbLcUrp~ p-;)A>VhXYQlf{rK_8umjI!=c0?u+-ue2t;0-G zQPUR1%U5_dXEKyBz)v;IkyK5#i#*lGthS+~i(zwIjmw8}zbS?)i^M=~WO5OXg+*hA zkIhxts778-9t}j(-_^CT1v+x5m=l(47%D#9 *eyb?1&xfk?R;L6!-|T3lqf*4U#m(LVr`qoEsV`ktqQgd@t^`I&R#`pLY^ zQ*@XWbhtgr8ZsU- IGR?!-T;s-O)U z3-yX@mPH`pk!pmeTDF-y`{?U755+Xf6LI4h)G+;Srn=g1t+7!rTPXW!!#F}BJQBWI z{Z=|$EfzRj@YUU@NQKl|op{88%Bf?d&v{NAE8K;Ln5NY6&!`#^-$$&$*d}u$%DvL~ zE~#C1>~}`s>kmug+8jsZ7YhdMlV#&|q{MMY;Kl1^UYF@u=SEbvDs8Kg`EUg+RLd6) zR&J2 3jZb@#fAOuS zPaJ-r9B9Fn+v=OVry2hmR*yvu4QIcCqKz+Ek5}4Xh2XoK)^vHI28EO(4s}a1i0%gV zMCUOFxvDL0Ur%4NuEM24GGdKi{Tr~;*>YU!EZ_&t2L+x1XZVSNHIrmn4E+Il0v033 zwkfGIvAi*uQ|TcXP8)nuLofXOH62ht3+qZT*mpAj?**sU2Cn66ypiZAtpJ9?yS0kj z+0zQirVl +NnVdmDSVzBHD-f=wOT(zt%N4;G- z=*jeW0i@r$K9%Xj)!x?e!{S5RW5yT^myJQW_qIt SmH&s (peNG$CFNm3!=7QT_T7K<7lq3P zqxP>tXI^U*=xNZ9_+J9IFRsvAQpMN+Mor0k &vt~4L65= c40qUFJDxu3Tw>Po5bj*q;>Zb!i!~Ruax}ZB685? z+bFo3wUg?roOU7fS_c%3SBH= Xj? zzbV|gws*j=z~%l(0xowL^MiMnoa1un-8P<%aHsLLZ?gQ4>DEJkKH)yVPyE0uMkuw( zdsuv@ibzk3R1F3tR}%JR$NxjuHvo6iZTrrIlVoDsnb@{%+qR8~ZQHh!e{9>fZ6`11 zeCOVJ@729kU0q%4w`;Gp_gdXu-Am{)no>8`a1{(QTY#PVpxvF+;8d6_CF6JVRi-wL z!r6q d!D8*L`SN_ zSf*St?U>#6)$aCz>FR+3*kR^PVZH{CVj>OhL82ITEDSzLt2r4jtKfB f9&z{PT6g{OZs w)H$&{h(r KW*`xI3l^!{iNBM9Z*&H+H5sqhTzgiiB3}N0V4XL4=pl HtQ!M`b6{s-%$-%tHCSl@(YJu;f0V%c zHVAIhrH<}Od9%DTRpTLT-E!3BPa!gfnF|dSJ#t2@Ecbs*!43J)5yOnXkW68y&JMkQ zkv`-inXdx7x_8+dy}v4%Pr5kx-`Y-!9K&l$; Z;_=o?&xW@nFy`Y)6o zwSx!3aV)-j4&pziV9g0p!ScBLX(i_HeG5P;_}^TQ_ep|Jku#hb#mto!{7V(sVM9i6 z8e@3Qw&`)W-@JRARQ?5${b!0j`jAQ^xHTI8e+&Vv_Fo{|{|_!7#A6*gVtt#(b#*p) z+O1B0jShE8T9x*u!J7&D`E4qU13TKkHYz87`&lu#a;&>aM>wT?dxBJzLY1i(#^GPj z1J0|T@6|)N-b?J2Ui0-(L&p1nj+(4UPH7J8Bh)DDks+KugQe+O@a>XA?6cb;$hDga z&vAz62)koRoeU15maoe_|FR_a71e?G`15+Bk=J?0&PqrA`Hrgl*@e>doxFm`1-~Oe zzZB}8RPdu`U4Efd{mWkcah>>l$L+oG`OSGPz)#9q$dM~xGBGE8$K=;5B|w8%9wyFt z5N8TU;o%ht{Cvv(iQ(=0xyn|0&HQL_optu7x=9oI*#W=s!a!ZjO_@)f_;ho^o#Bxc zc#%DfYe`PK+|L33Am}lL*_ob~b6#amw(M@3^H<1;lFHO6=f&?-S+mBC$>Y7DV?g5i z;ZHc}s`k28Txn}{sa8mua>dm=U6cEp%HhVe-N&Cu($xI+9$UB8>N2g6SIVWY$upY~ z+=7TIXJpp6e|HpJdEmU6BikWyzoDm|Zzw|;pe|=;jMU7qBjOMY5w$Pyk{GS7XX}BR zv~iD7QO-X{uJi?1NuLRZov*T{b}8Z^vyV@&$vE)`q%SH}A(nY1migSBPaOA&n5&$T zOTUJ$NL>os8|%K9S?!UxSI9rm lYI@N5zo3RmRKSoNH zyrQmtZ >VyE~*SJb2M^Uer~ib}i|+Q5b2Gp)LI+V=3x9os{IQsY98 zbMe&Ci=0hlJM{@xwBb;~>EC_ g2AsY?}a ~KJtPw+X#OLhD{YYNfOLFtGY;m|h?`Cqh@L@ fwxUDA;8UJvJJpCTVMg(m?*fWe8z4i5Y*H`?fGT(sEKuSu4uhzU6#hjuD zXW6m;8J;3|3cHEJ@j4@1dav{A{rY-hZ*OjcB^np^)9!0bIhmxh^XoUv%ZV~7*YG++ z3%AcJGUL-h-_;c8P*-lXOtcKFi_T3~m-p+=tDpGi<;|AM6;7uQU~kHY%d@jV%%S1y zXl@8L8)x&wQ3mE^P=`A=_^lW=I{WnOJI?I$3McaRG&?%`>tSPWud9mvfTQd4{`y*w zB>VE4{m0SJ+}YPB#8 _w&Pd2-{&WmCmPj!E1Wh=@fVwPkiww z*7}$ZxyK8IHjU5D=|MG5$2(Pia@XD6EsL%8C-?Z64u_c!Siy%|#G?t}st%8-4^mDC zMOO!ZX9svk2TpqjQ(K25paZ_OgS4fCr@2G9sROgIgTA3dtiD6Hu7kL?gR`bXp}NDo zs)MGoL%5 )7(bdoCeAKYQ?NN+w4l#tQy7aYR!};*Yrxxlm^vQX1#f6dM$qb z;%4`8+{y#4kxOC)ht^VNqfumLbx!dDKL2rD$^)&CONMUkaO={`h9#icBW*3R^Wt*J zS;DlfymsSs>C(sIDSpGciX86QzFe}+r(i>I=2G5N;?ZiLm8!SNX{1SUNjYtGS3)D& zH2HW9`OtZ$Q7hOo`EWI{(7Coy%f}RVWbLT=(XGU*)AZ=<;=MUjrs=MJ?PU`8>-wwh zv8VcfbWr`1BJy7zs{h?r!a&db|Hdx{%1hb!)Bf(bqp&}RL5|^V6#r#bSk|wHi?Ifq z6M8}r2^V ;yGHXQi1r%)cd77}m=QfKLvI(iOaaywR^LW6s(ufYikfDxHp~;iW9qJ+ZQCbKK*a zBxp2( stN-`Z9AD^>W59#lhq8~0JEy;%s8F!@d+jyng+MAgSwA8p0 %xtUIzPeWs29o3!PfI`yTNzNex+x!?B(-EJww~$|DuuqI}-eV*9a3mBNNMi z3W$DJMWtn9Vf}ZG%YV5bT{F(Tpga=>7M@a5k5(k&q?n(^fZEb0z=lbPK!AuU_D2#W zc!3~Ngy_-(+IanbB8MZCD{3iD6KI=*mXjh=rAH=%dP>|^J~ibiS1v*-TQ-VIRLWDu zczxYj@*bPKoxOd$dU(Bgd1P@Njb}I*AC9MvG1L?JqJ8Iwkv6y)E7+MCo6Ic;T0#_j zMj=~iC2n<|IOU}|3BI>RjVW^kQE%JuGbIhXZ{$@CP$)lJN(nwR3fgrJj4e^SmlBx% zIfX>zdK!!iw1WC<*L~)me}J%ENBAXgVyGGVdKWXLQK$caycw5^vaf?z=5Fa`BC>{D zeufH<*@b>8qtc)?lW0}@`Qw$W#-&2F1t4XqvK9ggBk`r&RH@q1XmB8=kE$iYSe92_ z@8Lugjl#P{bJ0evwY;F>zE&w1xfUANDN$D~yceCexTv$1w*Rr7U_}7I $)2Qt!% {@{YQ`mG zK6;uuSUH5gDOHia)TP`&wvc0Vz*)UtA!W3cuOw_V&^|?2==CHF$_e(z1cNzN$(S9# zoDD{ai9v*PlMEqBsGzKSIJ?$k!YuTGWk|ze@r@okfw>v57c}qEZ!9MgnFfRxl4}h& zHi$q|jBB(SxMdK>A8Wo;-6!2n-D)+^-dZ0B^GEPMM~-G03$#Yx6muNo5l_hIqaO!D zauxBcaxl%X#9L4AVqpt#oLh^}_yFLqVlhL&3X^3#$hR3?OPwvLMdV0qKeb_XEP9Ib zCsIYT!5g|=u2Mgf=iGwq#e+D1ss`KZjMCRMcMpM17voR)j+ib1S;sf|R9~RIpZzen zzTX;MUiZ~9IieG(^G*G_ZJJ6WG lY;_2Yrjh4B5>zyA7DlNsBw)d2fNS<>W# zt78D?kJi7P4k8@eL6VcG|7QGK|6i2<4F4Z5Kb>+orNTSSaKA_Tu;{w@%;EfJ{AaVD zYjoL5wP~SiP}u;JBDr=UCwxxrtxHk=Rf%xB*x3G+B-uej3XfFe?f1`|l*!~SjljCs zD`os_kHsrxx5Op0f*rSQX$&_2HgWQ9zeGZ=WKroTZ~|eIY^teHr_7YejU&b+OYCQx z?k+M$)nU#gIH}S}ZmIsC0kWeRTO%~1>nT$(Pjcld!uU8*yC9NLU+a*#ytRn0L7*3& zU-Zh~3#WU|2Io$u_qFgP>%Qp**%r(}JjO_1`%>djD;^Pz?>zAy`0v&GK*9O58eY?g zzyD+_ST-q`E+3920GAI<2*>0FRhnTmFKA_qPMTF;m5#2Pd8hI}q~)l?9*A09cYKnO zA-%og&zb*49^eHnRZMa#he`Ft@rV>ExcQY<3_Jx4d~SHXmyP@RIm7|0^Lgoyn;~-F z?DMjV>-R1IWns$mpg~=)8I>1Q9mX)3?^CjC`B$E_EGt3=PrQz#xS*)e#L(F2XgTP2 z fwsZ*ZenB}4`^b&BhH#!(ahOH&fSynQwKx^NB?dg(5v2;=ci^<-f6rY)x8k>|B zXDKD#K-52!Dkbb+_G_}FW>V?O1?297k9dp8NIZ7DZ57XyLt-129j}aMiRAeD%s9${ zib<9F6;p!Byfm}cP&qicT_`Y$J(=*iUOky`{BXjY@AXhUc?zDhtk~rEWWs&buVF3} zC<;(P+!%#-$8qZSkW2+J|6(DhW#g$CS#GSSDTn_sI6#OVtw=k!urNmdhmNa<;f&m! zEtS%iJY}z}63V#Eybzpkr^-SD&N5>`Ud6(J-AgEtPkC;~95$|;J!OAJszlg^#Iytg z -fco!(%IDF zs$dSaMX7)>u L$ia}HnddGNVH zgA0_Fll-pE;jc8Ug(_m-@90HIX*|*TC3XQew$-d*z0pz!kTea=N!`MU1B-I(*>qvw z6^pkzCXvV1w7gzz3wy?jj!-fGP>`{e&_EMMcX5{F(x4TS-O&P(s?rn~K9OMHtcI59 zVu(1(3|`+T2wLE0G;vT=UCt!138v4#jX?J0l(>o;%E^S+Y )rah&p%d%~SSyJ@nK!I=+*F)wNQHwUu-KgaM zMxR!>EKohj^vL^1_splE= lP?e^0~xI9eC zF+MYL*Y}(d*0C)bI)ZHS(3Dmg<7b@J;DeYn_JNkqDD%)d4^r#EXv;Oz9>by7WMpA% z4q)A5`ZU+E!EvPWz*;_aB1@JhOF$1Emj&)qhqQ~gwpq)Ee>hebLOp(oq9xQaW~VZk zhd-1{Wm=W(+>8l|=Mzy4HE)<(gfuKFsrX~gr9Zt25~*bVh_H!KK#@NkF6j`C!lGS1 zO=2GJN-QE+KngOVy)11w&l0LcuR(K~Q5oJ>QS6duyq3Sj=rLUfo+Q8MAPhEDxT1!f z+hIC% dn=MS8wr?vA) zs%3{@yX;1O9u&x(T6X&6Hob;z>y*P_0oC%{ =; l3@^#>R2nwy4Dxi7rhQN;aJ#GHgo6MLSh%Sn3I zG7s|Jay{i0Lo<;W7TC*#nOg-TxwVs@;VAxsI%%(GNFLGY8`G|jab2V-tF&+Ym_Ql< zOOi@hOyNAYB4(s31GxQiw|= C#Y8s3k!+ndbU%fnZd#llpBP|xf%F{U-+AQ(bKkd0=A?HdUH%yL1pFOh c#iqD^|tA9_%nC$ z)nV5`)}a+iA?9Hy!6p+BYQMeu*&MRm5DjR{5bGd{a4W(1U4rtp3Y2|T{nXY78l>2s z`Oj68xId %J1uzP0jyx$>3x*zmt?i<$b- %9jRBW{x*PvBmf%=$=Sm3CqGdWEfyg;lJn&;mMx}N}+295<)0ZN`nn4n_0MKM{7Ofrjb zarWX~tF2Z|PTWXo)J0k-jHoAG6hd&Db`0TBo*cPV(_!vE{pC$ug1ij6{#$W+O?eo5 zS6`Q6cNVgkI;ojQmVXkGGvr>+7P*yZnYf1 ^A6v>~(_$GXlei@+3;4fmXrl3wgFn#%xvB5@Z(4@0w5`Uk5@cLKr z6s=_}n$=PAlp@1i;g0wbt~|zC-ia2uQIv}}YQ`iaBtWMZU1fFpy!xJqpWRQMoE3-P z?1=j43@gZ&-Dx)OM+etAh!6cylG< _Js%bmZ!F~0qPy?S^pY*WNdvKHlTe;^zBXV(|X^Bx0S@q2bbyepsBVL z@c!n1a0!9jl)rEl2)UHE&{isI^AIJw125WzN!|{B-XyzYUn7Oz>}abttf5;iZX8Y) zEwKh;?{G45--A+|b9k^FpC5R}A6TbYX^A&(&R;d7+gF$@Lx;+AI i YVp{EjBiYm7*7#BzV0xIeBL=@yCXxs2bXcnh4%w=)maz`ufMg6gc;-w6* zB0pJG@sLTEuek}za4SwS@k*+aCP#fXH&JwEoKoHD)Y#G5Dwl7vtY{YCb{}Egz^bl- zlg6tR8P^j5o6p%%#mOz1rl&7RA;I2O2cj?LZX^a#pu+rJSQW5AOXesMzj {L;_*I~;UDzxJ7ndoOyof@sG`CWYmJUn|qRGg-P z63X(*^2kej2@=Z$Uji?3$j?qgrPs8Z9Au3GSyz;#a7N2C)IAR8Ha0o{8gWb(oH^x7 zh9|uXs_m0SLAo99-Xoazi=a$CmC++NfAzwds}>ect+8hS0w<1601gqyOIc%pF~B4$ zrB$HRQ3*gHqIfAArZsT63qQbt)HZh66kT&AyLh}^ZZ=c#)&bt$KG(L{HqtiHwpK1Y zK=$SUyMMd5KDqwTnr`2Ga5>2&Iv_+PW4dY8>NAdPL5sLz&Z|{ h?UPj7)Gb7-jS<6e)xQG)ARiK z?0;iEJ#E8k%4*4KEQ=k4;BRco_zbNTgwto-=j`uRuU8-Yw%4}nu^Y&=39o}tJ-{+p z?o3E{Ux`U-&|n-XRgVGP`1stS-nQN7Twl6K-FI|XaWmhbcpwixIdn_Ygepfq4T=S9 z2~>8Uom2gD3;YwkWV$hD3v?6qJRU)gDD1Q@X>k 9JR{$pA`4y*76k9Cydiel5uKUw3AtDHOt8T;-8SS7YiC8^CyPj zFf%qzNN%vMAkRD94Z~s&2=>sF;aDi8uGn1cA%fPc;%lVQQMEJozaREMAMhq^BO3xq z=6 =P)Iejf=EYoe2pbztMsMaY5vC+Jk z$3eq5ssnP+A0dx*2Nj`Vv01%P@K7vPVfP9oks TRMQNn?PMZ@VJo?=M z$SPMx_wxHhBR&R}#lg$$kMJ;&-m4`MN -r<}2rIroT1bu`Hv2A!>A>0Qz zpBc2hu&`2v%7D~M0mjW7Le{ J8-#2_|-n)`Wa3{ zaGfZer~ -XlG0!`$(&5I?^ z9NYs(oHE=az9Mq;Ow@4ZaF%PA;)JgUEgvc{d1gbLk<53%=Og9OX0c3<86NV|kks6* zST?0t>1(K^bPR0nf?f8Pe?1Y9YNK3{?kO_K`=-(FU*Oj71F8GLw_wb4LVs+CP0fZ= zW**cN+#f?H@J#->Rp)%V1Af=4<+GHRF55z9<-ES>4i)_ykzy1NAIxDF>u*o+OxLOc{VCiIt z8u%SUI*>7G(BPA@*Af8o>9o_DusFknl%qkbW1WA&Ivi}q(;-?tSABvQ@q_M ?9yeC%mK2v)Z%^~Ks P;w+;ghIqcQFa!md)aov)qEQ;V+@1sPWPg3F}OEsDyACL z*M_2C{`Sek^)2;y54J1Lprof?R(|$uI-ok6eo}G#newpLlC-}>scwXoUCM}InUd4t zTC@9b$IRfu5+duNBG@ZkYplwErGD+ 4CTnR0|54-79)H(SK zWzfGrX#K$X`ti*6wX0>x+6`D>Jb?86bw(iJSh`ft7Lwx25`M6Ya#IEf!A696WQGbU z+>IOl$jkD 5Y7LG! jm?ACbtG(8zCk?CqyoB029|OuNV`Cse)k!+uGx|F30-q z4x1uxZ2N&ecgNg9pY4Ib9CzdiEhf5 SSJZ}4c!qw^N4MT{5+64&rFO>C#Y6n-;E9b)woCH9-usp3)f7Rmp%A9 zW6Fc@ArH!?M1YavRn*PpUE8Fz%%Kb0opCT!q_er$xuhQC!wQ*+ObWq%X;HCT}M!g*wa_ zy %&|NdxF>o=LQ%+WKnoO-h!g=x*24{uDN`9(W)ykGT5);b*XNIr9Sn$+-kKIZ zH0Mh!lYd~M!z_{}shpfoxvr=*ns*RqzBbgVRky90mBp{}4zG%UQ#u$p-r m_gM0H^#eFRqpn>!k*EBiD8x)QS{gMGcP)k@qvMI|3pVg422!%yHE(-qRsl zZlB06cornLEn1DzPCW12MOa$e*nS=IfQLavmR@307qf1l^?Z~v`sn#xVJIITEuxRi zrVxu7R)fjsTH-{)Dq11WSTbG?E&i@v9vztOy#nn!jpWzTpwTr%KIcK{0r15h!)O>J zh5aA|>X=4)rk0u
AKsprv|P>AeXQN zdukRBXLhohnJ1v9dv1 FQ-N!%PL*5l~D6NCfrn8LS;1^;?wz zYvO(zyzCZmk*F5#DQ^X+%sE!y3X_8tk(K@B7_p^5PUdjH(hT#qBmd3y-BRH_+ghx6 zy!5<5q0|UH6`kxvnLa5JGg+S5`I(gabTTmg5}oxr*~Th;XWUw~n3~j7)p4!+pc=NF zv0E8%#%-L;`Q}c0opU)i>Z^4w?f$cE26Cf#hx>BuT`Y*! a=~KaVI?{x}qg z3SYZaRJ^(PsUZBGmSTGMLab7ZlZ@jGrzI4b-Dj}$#eNr8jLc+&EcIYkrD^n$h(9wX zE)I?+7*nCsHRAHI#m<&_E71Zg SAE|W`f!bs71~j#_O#Zskd+HHSgC?O=kqB5*IXxjXp+9->>PuxniA=i z;hu2lMxR%FIOd9i3z{hHUXvVBLssm wtJX|$Z`W$Z~LzD@yEH_HLawX zIe<~1eR^D7C{?YT(t@ep>Ttu@dNT%Z>F>jHnFJROI>fm=KK(JaNa1Du5;L;JYn-=m zaef%n3I#k{?;pLOU#HV+bn&ls*l)0X+6 wB>u~B?Ei4qU z+Gws(9p&DN`lp!t-D4Ab*7n5Bvjw@V@(P|Ff`*41*96>*squm50^fV#$6EI>oue{X zLi;%a+^|0j#D;~OuZj2g^Tzf8srUtDCvj?&Y mGuo)PTq?8MB}3215J*39#u4Ckbz5Jh1idAISINlTI#Bnx*Aqaoj8j&LGSb`&H{ zgEJ*;y}c`3jjFPw` j@(~JLH8~AtBg(EP0cHp1g(eelXCM0O z{tH~rk7Qq14;!1ddwAu~ohN`q#t{?rI-$q|nzk=kKO-T4!NN>EiO0fYafdRnu7T1U zU3-ADmOPQlNXhlgs#vrA%WyTI0SeiZPt20ch?oCdfhv}m*p9)ZY$c%^^uox;_eGJ4 zn2t_Nf|^21J-dO;%p)!?A+t64sFu)w=gHMXH5w;2{nw#Doo3F#{mV@JxkI$b)`{{& zGuNPEJ{vWqH=??=bc`?g!V~IK%6>yc#JHo$3XwL6KcRs`gp@;(I}OJ6Cj`2kuuD{% zy4zH2 zMp7)@>@kxx)91A5G!`oPog}L9 |iB=;obwXX8-zYjYwNF1HNmt2%*{I%XrLErWQJW47zoRw!CO}WmnPKxLXlq>3 zO6o#VE4!>9C{<1(kq0AF0A^xl56*kY8QjJ2%0NedLp`Oau<=&9Gs|Z8?d7L;$X9H- zYm*mE+d+AwZ9k?K^qq-rsQLi`m%I5Vc{{1f2P*a!(2<~16VK5&QR;{lNxTP1vlw&p zgmv5o5fl^@N6Ft`0M*uCMo@X6398O2yxq68^5>A|xu{n yz1*XmyJL7g<#X3Y~Pysy|sfSSH+TudfMB;$0vuMXU@p14fvbz~l~aW|=R40_9f zjM>{z3uNGF3%TPpG-?&SMtdSR-`Z_`d>boeX01GXUV-2-xpIKvk+DYg!i6BgYKeZ- zU{i{*p9hZcLZp|o@y?4_B*|B+8>Z<0TrXo0)G%)-XVLXvU7w|o@^ZgU4u z&g-^*9| 1jnidR&Iw68K~j0Egc z1FQ=SBD~;C6>&WDU?f3tbctM}bYy9UHfsIgp77sV%B2=0P@$C4qJDWpB>LBNd89g! zUsYmOji5cR96P~>=CHtZ2!=n>CHXpGlDgq6tH#%0le$5C>vpbyiAU^vrfg#bt#e($ zJDudf%b6CP1nd#_Ddg9~Me>QJ#2C?(C6~JnLSK@xH 1`b7|q zW00*!ry-1Mfio{Xry?lvgDhB3dENrd@LHW_Wag6jbdFh6HYF=b^kQZ+Es>W_v~N~a zCcSb&7_p8f{_wBHh$50u_bg6K ^aOO)4q0lC;vf>)b# z>Ev{mzj?Z$YF2v41t6%(USZixuB_OaUgx~56|2!eWp1i%V2>hK^v_yKMy%TzBN2W@ zu#Xt8Vo5n&0!f0gC|U>ua-v;6IB~XJVT!jTX>f}L-VhR-!*Y&1>=Kn8Wr)L~r$k8w zp$?Eg;0|-3OaVVw;QP<^7|gI!lJH^6a*Ea5WnnKNY=qNq4r_3xqyOUQZXSeJElE tJ n=+pTOh-F5f+Bnc~eW s{7w?XZ`9RX)&fK0N!nwViYl}6oM=-qn2IGo`9cu_K2nD2K+Ml0hc}w@8&b4@& zJpZ%=yWsG!S(dzwVvu~U=P_Be; ~?IYP_qB`A7jZ>_#frs zksqE|yyi9icX{B6&^B0 ^Tf8>g_)slBQsE3{C@B~1a{9U|UsTU^)y8X4GMPI{JWx;c zrn|!NLPw8x1U^U%Z_}JaZqS1UeCEf0|FOehNk2PsTz7b8G^lzBo&Q@*x{yJrj!y+$ zTwc~W1-J=RH~&@cRQ{mhsBy1JMa2ts|92x%K$x)4H;C*m*B3zn+A~$2N0Chys07am zI`pfzT4fb5{gLPaaB#T&xl!?4JmtWnKrbQrH%}+ E^7REs|t)*g`U|nMkrC|Il2;UFZJNMHTKi! zsa&$!XZh8fzNEIeW&^v`=QClA^n5|a8M{QxY2KS};7=DtcN~@X{rx@*L-Jky1em~_ zpSg(~>;MdrD5~M~2j&&mu`>e-EFU*60xUxvQLvFRbv_L+WKn~nP1u6Gg#1ToE>bc- z2#1nunlYzwzp%}%Lz;C9`KfT(`n)! 7LbL3)0 FPETynZr2z8#qnwNV$oGP5VADm_|-Br+6wIMc7dGv1N1H!Ku@Sg?s^ zV)o!dKNgsxV1Kq!u)HXx70#>DX Z=gMn2s;5^^!a(ZR z_0Tnj;?sDtkB{qi7S~$V=lRCyD~C;w2(ykuAII6N%je;v8+1W_i_JaKYR@GwmLr2s z!G^}7#G@QI<(P)E>sv145}H4Hh{$|K1qqTf>s#jX3s%_Ap$`l?rFnLd@^tkrNOOex z3KK&_13dQOr0OOfnv<|)nv0l{#v&5|=TRd=!zU#T;#4xi$FZ{dv26$O-}!6B8Y9oC za9Ii$^a`8_a-<>tKfzSPAOhfQ6ZhO6wFaSsf5H&HRUIDI@(hQyZz1dQYn7nt1-QcB zNhbX;Jfe|#r%xyDObQDAy2l??_9=+;qG`wLnMqJ!3~Ua|6QTzToVHZDLb`~XI#fXF z`jewFLNcNn`y1ST3H3N-a@r10sRJuYh33s~Va(dyty>KIf^S5-CWOTGPWgu1E{&0J zIhPvlNWuYo3ET!gS%SjPqENeP3LteJ|GHn<( u@=S3W zUa!S9b-6Lc-nwrT9%Rx@a2ivEnu!KaUEShUu!?oQ-R?uABaDZqAY7bz%CIGCHgG8G z?4n8KX?Lfz#bErUzdFl>UV$DF_Scg`cEe2|vjFD1oSv&4p`*+Z(1ES&Zx9eV5H;qC zREb=;1W>SM|3ax~VB+NNcww#84ax6T)-#Z)ASLEGvL}k+RD0@!xtwK90;a%o0V`aD zJ{m}=Ee-T8RV+N{AKYP^rWftj`{#|7Bh?w7a2?O;A_NIc{rY)-o~*2AOkg*>DydQS z=*|1|4SSpjy9m?v%4S>~3HoidpmAvs{nQc$)R-~dc|BR51D*psML8+cpYiNl`A9c+ zG>-t$8;7sdZ+~rQ-Y6+j)F^_1RqCKrwUUx8ogjyyHt>|;*hdpqQiFS=kK?>i5^qNM zG~BZT3g|hEY}*d#pqdg^Dw3Rj?RSO1nI}DR8wlWQv_Y?VVu(uTQl0bV{n_uqA^mx+ zITf)i#UdXf>GC+8waMcS@O=h|72}?6ITWu2^KgP!;b}f23=GvM%%nrp>8vBU4BUrJ z52s|>?sfo#4IMQwAjtD1=xV`{2tdS^X~euEus_)st0^$KSygZAVW6n2vH6kF*2<+Z z&J36Hk-%!_@aMF%G^T|50`B(N{gPgcZE>H { SxFCICVVdo?>of*BYTu%Z4I&!x$MQQ!XxWf84x8 z^>|$ak-{;Y$~R?a%^P)XW)JjTeKdk2%H|W}nbiIyi+tIJENf@M6SvT|cKljUW(@=6 z733M@muc8E@3mUjlg2T)m0>bws>NMva&?qE#fHCT#$uXxN))eE;pCd=wr1V)lrWS_ zf(KVNCN_ZfxOnTxI*QYYaFV_r;b$XC|I{$Wkw4#bGq5Ji>%>H;&{(mN8{@ hjD0FY&cyGagAXR zpJLh%H!)T2@PepvWQTAtU4VP_VP`b4mVTJYH<9@DYPw@pYj > z^|e;$%?RBZi>d|x7pvR^?Gn$GGTK?zr_o~I;B)OG`tZ^9@i1!w8u`U-liDj;53x(^ zc;N}7>23`)m%0FCUX-$+V1cw6-v7320RsVPlUFl0jsgsMFGid0nHV&m^qLQE>Rj9; zML3i({@RAIF&7`2u9YGu dbZ@HLJ#0kU`#-Ih5CRmI#gdw>18VL(djft5`9wuDSOi0rJ$#U|RR#5rWi%~+4j z7`!#Jl+1KBBYwy2(+YUVeVhvN;fAYK-l85VYsbg!$!s+du(*laPnh8D+n>~|sj&PR zVjBox*vfdXgNe=vHC9%MV|mRV8BGX;aAD b>!f^>eKma@xKBT~nKfyxADn8Lir`PKlIViSD^^)5 z--4Ox!;IkPVlFXuKp$X&szw9CAE*?*hojyX7cV}p#2+XW_Qxl#5}tz=BeXemMDzQF zb!KgtXGcOtY!}xrOBowtken`45bu$Sq%Y4FQ?Hey?{fTr4}40SW1xrvYmPoBZqP5@ z*YkbGfB-X%068A`5gFS(Io{RN!^Z2+yuD{#=7CTBIq!x~S#n(nV9^Q>kFACG%TI6U zm<= Tdj;R2woHD>zz %M=;frGLZOZuZP7JYlVYZdwnjUiSi28#%?<3|NT_3oFeHbF^@iV%B%WfF zZbURN&8Acm>Wep8S=3j6SL`h8O|L93Z3P48%F?NRcXj&C6)G*NCwrd#Aaz!TH>bH9 zlt*!#_VX7FK@vJRDp_xC-WPOiT{Pz+XSX>*XzS=dc{0p3i-v-{C$iI$?`Q?oP^Y0| zIerZjNiM^x2^@x!tores 70G~PQTVN8>SfI)}%%vA;qso3Lzz< zMy7_8$!Y|L6r&oohZIGP0!=om(PBuMq(;FC(YiWi@}x;7lM!bc8~uKTm+cX(MbOCz z3P*C0u1J66L}VzUkCbs(^GVZ}Og}!I4NphYr^X`1*@YzqT-Z77hTnP8S4-!5$o3zp zyN3c4-3U~x5#YB9Ph(P_R+