Crowdfunding Offerings Data Sets

Contents

1       Overview.. 1

2       Scope. 2

3       Organization. 2

4       File Formats. 3

5       Table Definitions. 3

5.1        SUBM (Submission) 3

5.2        ISSR (Issuer Information) 4

5.3        DISC (Disclosure Information) 5

5.4        JURS (Jurisdictions) 7

5.5        DOCS (Documents) 8

5.6        ISIG (Issuer Signature) 8

5.7        SIGN (Signature) 8

6       Appendix. 10

 

Figure 1. Fields in the SUBM data set 3

Figure 2. Fields in the ISSR data set 5

Figure 3. Fields in the OFFR data set 6

Figure 4. Fields in the JURS data set 8

Figure 5. Fields in the DOCS data set 8

Figure 6. Fields in the ISIG data set 8

Figure 7. Fields in the SIGN data set 9

 

1         Overview

The following data sets provide information extracted from Form C XML submissions in a flattened data format to assist users in more easily consuming the data for analysis.  These data sets include Form C offering statements, progress updates, annual reports, terminations, and any amendments or withdrawals to those submissions.  Certain additional fields used in the Commission's EDGAR system are also included to help in supporting the use of the data.  The data has been taken directly from submissions created by the registrants and provided in the data set as-filed.  The data sets will be updated quarterly. Data contained in documents filed after 5:30pm EST on the last business day of the quarter will be included in the next quarterly posting.

DISCLAIMER: The Crowdfunding Offerings Data Sets contain information derived from structured data filed with the Commission by individual registrants as well as Commission-generated filing identifiers.  Because the data sets are derived from information provided by individual registrants, we cannot guarantee the accuracy of the data sets.  In addition, it is possible inaccuracies or other errors were introduced into the data sets during the process of extracting the data and compiling the data sets.  Finally, the data sets do not reflect all available information, including certain metadata associated with Commission filings.  The data sets are intended to assist the public in analyzing data contained in Commission filings; however, they are not a substitute for such filings.  Investors should review the full Commission filings before making any investment decision.

The data extracted from the Form C XML submissions are organized into seven data sets containing information about the issuer, offering, disclosure, and more.  Each data set consists of rows and fields, and is provided as a tab-delimited TXT format file.  The data sets are as follows:

·         SUBM – Submission data set; this includes one record for each submission. The set includes fields of information pertinent to the submission, filing entity, and intermediary. Information is extracted from the Commission's EDGAR system and the filings submitted to the Commission by registrants.

·         ISSR – Issuer data set; information about the issuer for each submission including name, legal status, physical address and intermediary.

·         DISC – Disclosure and offering data set; provides the offering information and annual report disclosure requirements from each submission. The data set includes target and maximum offering amounts, compensation, fees, number of employees, financial information, and other information.

·         JURS – Jurisdiction data set; provides the jurisdictions in which the issuer intends to offer securities.

·         DOCS – Documents data set; provides the names of documents provided with a submission.

·         ISIG – Issuer signature person data set; contains the data from the issuer signatures.

·         SIGN – Signature person data set; contains the data from the submission person signatures.

2         Scope

The scope of the data in the Crowdfunding Offerings Data Sets consists of:

·         XML data from Form C, Form C-W, Form C-U, Form C-U-W, Form C/A, Form C/A-W, Form C-AR, Form C-AR-W, Form C-AR/A, Form C-AR/A-W, Form C-TR, Form C-TR-W;

·         Submitted from May 16, 2016 through the "Data Cutoff Date" inclusive;

·         All data values are "as filed."

The Crowdfunding Offerings Data Sets do not include data from attachments or other optional information that may be included in a submission.

Note:  The EDGAR Form C XML Technical Specification and EDGAR Manual Volume II sections 8.2.5 and 8.2.6 provide additional information regarding crowdfunding offering submissions.

3         Organization

Note that the data sets include Regulation Crowdfunding offering information "as filed" in EDGAR document submissions including amendments of prior submissions.  Data in this submitted form may contain redundancies, inconsistencies, and discrepancies relative to prior submissions and other publication formats.  There are seven data sets.  Each quarterly data set is accompanied by a metadata file conforming to the W3C specification for tabular data (https://www.w3.org/TR/2015/REC-tabular-data-model-20151217/ ) that encodes the following information about the data sets and their relationships to each other.

1.    SUBM identifies all the EDGAR submissions in the data set, with each row having the primary key accession_number.

2.    ISSR is a data set of the issuer information for each submission, with each row having the primary key accession_number.

3.    DISC is a data set of all the offering and disclosure information, with each row having the primary key accession_number.

4.    JURS is a data set that contains the jurisdictions in which securities are offered, with each row having the primary key accession_number and id.

5.    DOCS is a data set that contains the document names in a submission; with each row having the primary key accession_number and id.

6.    ISIG is a data set providing the data from the issuer signatures, with each row having the primary key accession_number and id.

7.    SIGN is a data set providing the data from the person signatures, with each row having the primary key accession_number and id.

accession_number can used to retrieve information about a submission in the data sets.  accession_number and id can be used to obtain data reported on multiple lines in the submission.

4         File Formats

Each of the seven data sets is provided in a single encoding, as follows:

Text format, tab delimited, utf-8 encoding.

5         Table Definitions

The fields in the figures below (figures 1 – 7) provide the following information: field name, description, source, data format, maximum field size, an indication of whether or not the field may be NULL (yes or no), and key. 

The Source field has two possible values:

·         EDGAR indicates that the source of the data is part of the filer's EDGAR submission header or Commission generated.

·         XML indicates that the source of the data is the filer's Form C submission.

The Key field indicates whether the field is part of a unique index on the data.  There are two possible values for this field:

·         "*" – Indicates the field is part of the unique key for the row.

·         Empty (nothing in field) – the field is not part of the unique compound key.

5.1       SUBM (Submission)

The submission data set contains summary information about the submission, filer, and intermediary. Some fields were sourced directly from the EDGAR submission information, while other fields of data were sourced from the XML submission.

Figure 1. Fields in the SUBM data set

Field Name

Field Description

Source

Format

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

EDGAR

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

submission_type

Submission type of filing. Consisting of C: Offering Statement, C-W: Offering Statement Withdrawal, C-U: Progress Update, C-U-W: Progress Update Withdrawal, C/A: Amendment to Offering Statement, C/A-W: Amendment to Offering Statement Withdrawal, C-AR: Annual Report, C-AR-W: Annual Report Withdrawal, C-AR/A: Amendment to Annual Report, C-AR/A-W: Amendment to Annual Report Withdrawal, C-TR: Termination of Reporting, C-TR-W: Termination of Reporting Withdrawal.

EDGAR

ALPHANUMERIC

10

No

 

filing_date

Date filed with the Commission.

EDGAR

DATE (YYYYMMDD)

8

Yes

 

cik

Central index key (CIK) of issuer submitting the filing.  Ten digit number assigned by the Commission to each entity that submits filings.

EDGAR

ALPHANUMERIC

10

No

 

file_number

File number provided by the Commission.

EDGAR

ALPHANUMERIC

17

No

 

period

Period-end date for the most recent financial statements provided with the annual report (submissions C-AR, C-AR/A, C-AR-W, C-AR/A-W).

EDGAR

DATE (YYYYMMDD)

8

Yes

 

 

Note: To access the complete submission files for a given filing, please see the Commission EDGAR website.  The Commission website folder https://www.sec.gov/Archives/edgar/data/{cik}/{accession}/ will always contain all the data sets for a given submission.  To assemble the folder address to any filing referenced in the SUBM data set, simply substitute {cik} with the cik field and replace {accession} with the accession_number field (after removing the dash character).

5.2       ISSR (Issuer Information)

The ISSR data set contains specified information for the issuer provided in the submission.

Figure 2. Fields in the ISSR data set

Field Name

Field Description

Field Type

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

isAmendment

TRUE (1) if amendment (Form C/A) is material and investors have five business days to reconfirm.

BOOLEAN (TRUE =1  or FALSE = 0)

1

Yes

 

progressUpdate

Update (Form C-U) describing the progress in meeting the target offering amount.

ALPHANUMERIC

256

Yes

 

natureOfAmendment

Describes the nature of the amendment (Form C/A).

ALPHANUMERIC

256

Yes

 

nameOfIssuer

Name of issuer.

ALPHANUMERIC

150

No

 

legalStatusForm

Issuer’s form of organization:  Corporation, Limited Partnership, General Partnership, Limited Liability Corporation, Business Trust, and Other.

ALPHANUMERIC

25

Yes

 

legalStatusOtherDesc

If OTHER is selected for Legal Status of issuer, the description provided.

ALPHANUMERIC

256

Yes

 

jurisdictionOrganization

Jurisdiction in which the business is registered.

ALPHANUMERIC

2

Yes

 

dateIncorporation

Date organization was formed.

DATE (YYYY-MM-DD)

10

Yes

 

street1

Physical address of issuer.

ALPHANUMERIC

40

Yes

 

street2

Physical address of issuer.

ALPHANUMERIC

40

Yes

 

city

Physical address of issuer.

ALPHANUMERIC

30

Yes

 

stateOrCountry

Physical address of issuer.

ALPHANUMERIC

2

Yes

 

zipCode

Physical address of issuer.

ALPHANUMERIC

10

Yes

 

issuerWebsite

Address of issuer’s principal website.

ALPHANUMERIC

256

Yes

 

companyName

Name of intermediary through which the offering will be conducted.

ALPHANUMERIC

150

Yes

 

commissionCik

CIK number of intermediary.

ALPHANUMERIC

10

Yes

 

commissionFileNumber

SEC file number of intermediary.

ALPHANUMERIC

17

Yes

 

crdNumber

Central Registration Depository (CRD) Number of intermediary.

ALPHANUMERIC

9

Yes

 

5.3       DISC (Disclosure Information)

The DISC data set contains information regarding the offering and disclosure requirements.

Figure 3. Fields in the OFFR data set

Field Name

Field Description

Field Type (format)

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

compensationAmount

Amount of compensation to be paid to intermediary, whether as a dollar amount, percentage of offering amount, or good faith estimate.

ALPHANUMERIC

256

Yes

 

financialInterest

Any other direct or indirect interest held by the intermediary or arrangement to acquire an interest.

ALPHANUMERIC

256

Yes

 

securityOfferedType

Type of security offered:  Common Stock; Preferred Stock; Debt; Other

ALPHANUMERIC

30

Yes

 

securityOfferedOtherDesc

Description of Other securities offered.

ALPHANUMERIC

256

Yes

 

noOfSecurityOffered

Number of securities offered.

NUMERIC

10

Yes

 

price

Price per share of security.

NUMERIC

12

Yes

 

priceDeterminationMethod

Method for determining the price per share of the security.

ALPHANUMERIC

256

Yes

 

offeringAmount

Target offering amount.

NUMERIC

9

Yes

 

overSubscriptionAccepted

YES if oversubscriptions will be accepted.

BOOLEAN (“Y” (YES) or “N” (NO))

1

Yes

 

overSubscriptionAllocationType

Allocation method for oversubscriptions:  Pro-rata basis; First-come, first-served basis; Other.

ALPHANUMERIC

50

Yes

 

descOverSubscription

Description of how subscriptions will be allocated.

ALPHANUMERIC

256

Yes

 

maximumOfferingAmount

Maximum offering amount.  Required if oversubscriptions are accepted.

NUMERIC

9

Yes

 

deadlineDate

Date to reach target offering amount.

DATE (YYYY-MM-DD)

10

Yes

 

currentEmployees

Current number of employees.

NUMERIC

7

Yes

 

totalAssetMostRecentFiscalYear

Total assets for the most recently completed fiscal year.

NUMERIC

16

Yes

 

totalAssetPriorFiscalYear

Total assets for the prior fiscal year.

NUMERIC

16

Yes

 

cashEquiMostRecentFiscalYear

Cash and cash equivalents for the most recently completed fiscal year.

NUMERIC

16

Yes

 

cashEquiPriorFiscalYear

Cash and cash equivalents for the prior fiscal year.

NUMERIC

16

Yes

 

actReceivedMostRecentFiscalYear

Accounts Receivable for the most recently completed fiscal year.

NUMERIC

16

Yes

 

actReceivedPriorFiscalYear

Accounts Receivable for the prior fiscal year.

NUMERIC

16

Yes

 

shortTermDebtMostRecentFiscalYear

Short-term debt for the most recently completed fiscal year.

NUMERIC

16

Yes

 

shortTermDebtPriorFiscalYear

Short-term debt for the prior fiscal year.

NUMERIC

16

Yes

 

longTermDebtMostRecentFiscalYear

Long-term debt for the most recently completed fiscal year.

NUMERIC

16

Yes

 

longTermDebtPriorFiscalYear

Long-term debt for the prior fiscal year.

NUMERIC

16

Yes

 

revenueMostRecentFiscalYear

Revenue/Sales for the most recently completed fiscal year.

NUMERIC

16

Yes

 

revenuePriorFiscalYear

Revenue/Sales for the prior fiscal year.

NUMERIC

16

Yes

 

costGoodsSoldMostRecentFiscalYear

Cost of goods sold for the most recently completed fiscal year.

NUMERIC

16

Yes

 

costGoodsSoldPriorFiscalYear

Cost of goods sold for the prior fiscal year.

NUMERIC

16

Yes

 

taxPaidMostRecentFiscalYear

Taxes paid for the most recently completed fiscal year.

NUMERIC

16

Yes

 

taxPaidPriorFiscalYear

Taxes paid for the prior fiscal year.

NUMERIC

16

Yes

 

netIncomeMostRecentFiscalYear

Net income for the most recently completed fiscal year.

NUMERIC

16

Yes

 

netIncomePriorFiscalYear

Net income for the prior fiscal year.

NUMERIC

16

Yes

 

 

5.4       JURS (Jurisdictions)

The JURS data set contains the jurisdictions in which the issuer intends to offer the securities.  Data set applies to submission types C and C/A.

Figure 4. Fields in the JURS data set

Field Name

Field Description

Field Type (format)

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

id

Jurisdiction index key.

NUMERIC

6

No

*

issueJurisdictionSecuritiesOffering

Jurisdictions in which the issuer intends to offer the securities (see appendix for codes and descriptions).

ALPHANUMERIC

2

No

 

5.5       DOCS (Documents)

The DOCS data set provides a listing of documents attached with the submission.  All Form C submission types are applicable.

Figure 5. Fields in the DOCS data set

Field Name

Field Description

Field Type

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

seq

Document sequence number.

NUMERIC

2

No

*

description

Document description.

ALPHANUMERIC

256

Yes

 

document

Document file name.

ALPHANUMERIC

256

No

 

type

Document type code.

ALPHANUMERIC

25

No

 

5.6       ISIG (Issuer Signature)

The ISIG data set provides data for issuer signature.

Figure 6. Fields in the ISIG data set

Field Name

Field Description

Field Type (format)

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

id

Issuer signature index key.

NUMERIC

6

No

*

issuer

Name associated with issuer.

ALPHANUMERIC

150

No

 

issuerSignature

Full name of person signing as the issuer.

ALPHANUMERIC

150

No

 

issuerTitle

Title of individual signing as issuer.

ALPHANUMERIC

256

No

 

5.7       SIGN (Signature)

The SIGN data set provides data for the submission person signature.

Figure 7. Fields in the SIGN data set

Field Name

Field Description

Field Type (format)

Max Size

May be NULL

Key

accession_number

The 20-character string formed from the 18-digit number assigned by the Commission to each EDGAR submission.

ALPHANUMERIC (nnnnnnnnnn-nn-nnnnnn)

20

No

*

id

Signature index key.

NUMERIC

6

No

*

personSignature

Full name of person signing the form.

ALPHANUMERIC

150

No

 

personTitle

Title of person signing the form.

ALPHANUMERIC

256

No

 

signatureDate

Date of signature.

DATE (YYYY-MM-DD)

10

No

 


6         Appendix

U.S. State/Country Codes and Descriptions

 


AL

ALABAMA

AK

ALASKA

AZ

ARIZONA

AR

ARKANSAS

CA

CALIFORNIA

CO

COLORADO

CT

CONNECTICUT

DE

DELAWARE

DC

DISTRICT OF COLUMBIA

FL

FLORIDA

GA

GEORGIA

GU

GUAM

HI

HAWAII

ID

IDAHO

IL

ILLINOIS

IN

INDIANA

IA

IOWA

KS

KANSAS

KY

KENTUCKY

LA

LOUISIANA

ME

MAINE

MD

MARYLAND

MA

MASSACHUSETTS

MI

MICHIGAN

MN

MINNESOTA

MS

MISSISSIPPI

MO

MISSOURI

MT

MONTANA

NE

NEBRASKA

NV

NEVADA

NH

NEW HAMPSHIRE

NJ

NEW JERSEY

NM

NEW MEXICO

NY

NEW YORK

NC

NORTH CAROLINA

ND

NORTH DAKOTA

OH

OHIO

OK

OKLAHOMA

OR

OREGON

PA

PENNSYLVANIA

RI

RHODE ISLAND

SC

SOUTH CAROLINA

SD

SOUTH DAKOTA

TN

TENNESSEE

TX

TEXAS

UT

UTAH

VT

VERMONT

VA

VIRGINIA

WA

WASHINGTON

WV

WEST VIRGINIA

WI

WISCONSIN

WY

WYOMING

PR

PUERTO RICO

VI

VIRGIN ISLANDS, U.S.

A0

ALBERTA, CANADA

A1

BRITISH COLUMBIA, CANADA

Z4

CANADA (FEDERAL LEVEL)

A2

MANITOBA, CANADA

A3

NEW BRUNSWICK, CANADA

A4

NEWFOUNDLAND, CANADA

A5

NOVA SCOTIA, CANADA

A6

ONTARIO, CANADA

A7

PRINCE EDWARD ISLAND, CANADA

A8

QUEBEC, CANADA

A9

SASKATCHEWAN, CANADA

B0

YUKON, CANADA

B2

AFGHANISTAN

Y6

ALAND ISLANDS

B3

ALBANIA

B4

ALGERIA

B5

AMERICAN SAMOA

B6

ANDORRA

B7

ANGOLA

1A

ANGUILLA

B8

ANTARCTICA

B9

ANTIGUA AND BARBUDA

C1

ARGENTINA

1B

ARMENIA

1C

ARUBA

C3

AUSTRALIA

C4

AUSTRIA

1D

AZERBAIJAN

C5

BAHAMAS

C6

BAHRAIN

C7

BANGLADESH

C8

BARBADOS

1F

BELARUS

C9

BELGIUM

D1

BELIZE

G6

BENIN

D0

BERMUDA

D2

BHUTAN

D3

BOLIVIA

1E

BOSNIA AND HERZEGOVINA

B1

BOTSWANA

D4

BOUVET ISLAND

D5

BRAZIL

D6

BRITISH INDIAN OCEAN TERRITORY

D9

BRUNEI DARUSSALAM

E0

BULGARIA

X2

BURKINA FASO

E2

BURUNDI

E3

CAMBODIA

E4

CAMEROON

E8

CAPE VERDE

E9

CAYMAN ISLANDS

F0

CENTRAL AFRICAN REPUBLIC

F2

CHAD

F3

CHILE

F4

CHINA

F6

CHRISTMAS ISLAND

F7

COCOS (KEELING) ISLANDS

F8

COLOMBIA

F9

COMOROS

G0

CONGO

Y3

CONGO, THE DEMOCRATIC REPUBLIC OF THE

G1

COOK ISLANDS

G2

COSTA RICA

L7

COTE D'IVOIRE

1M

CROATIA

G3

CUBA

G4

CYPRUS

2N

CZECH REPUBLIC

G7

DENMARK

1G

DJIBOUTI

G9

DOMINICA

G8

DOMINICAN REPUBLIC

H1

ECUADOR

H2

EGYPT

H3

EL SALVADOR

H4

EQUATORIAL GUINEA

1J

ERITREA

1H

ESTONIA

H5

ETHIOPIA

H7

FALKLAND ISLANDS (MALVINAS)

H6

FAROE ISLANDS

H8

FIJI

H9

FINLAND

I0

FRANCE

I3

FRENCH GUIANA

I4

FRENCH POLYNESIA

2C

FRENCH SOUTHERN TERRITORIES

I5

GABON

I6

GAMBIA

2Q

GEORGIA

2M

GERMANY

J0

GHANA

J1

GIBRALTAR

J3

GREECE

J4

GREENLAND

J5

GRENADA

J6

GUADELOUPE

J8

GUATEMALA

Y7

GUERNSEY

J9

GUINEA

S0

GUINEA-BISSAU

K0

GUYANA

K1

HAITI

K4

HEARD ISLAND AND MCDONALD ISLANDS

X4

HOLY SEE (VATICAN CITY STATE)

K2

HONDURAS

K3

HONG KONG

K5

HUNGARY

K6

ICELAND

K7

INDIA

K8

INDONESIA

K9

IRAN, ISLAMIC REPUBLIC OF

L0

IRAQ

L2

IRELAND

Y8

ISLE OF MAN

L3

ISRAEL

L6

ITALY

L8

JAMAICA

M0

JAPAN

Y9

JERSEY

M2

JORDAN

1P

KAZAKSTAN

M3

KENYA

J2

KIRIBATI

M4

KOREA, DEMOCRATIC PEOPLE'S REPUBLIC OF

M5

KOREA, REPUBLIC OF

M6

KUWAIT

1N

KYRGYZSTAN

M7

LAO PEOPLE'S DEMOCRATIC REPUBLIC

1R

LATVIA

M8

LEBANON

M9

LESOTHO

N0

LIBERIA

N1

LIBYAN ARAB JAMAHIRIYA

N2

LIECHTENSTEIN

1Q

LITHUANIA

N4

LUXEMBOURG

N5

MACAU

1U

MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF

N6

MADAGASCAR

N7

MALAWI

N8

MALAYSIA

N9

MALDIVES

O0

MALI

O1

MALTA

1T

MARSHALL ISLANDS

O2

MARTINIQUE

O3

MAURITANIA

O4

MAURITIUS

2P

MAYOTTE

O5

MEXICO

1K

MICRONESIA, FEDERATED STATES OF

1S

MOLDOVA, REPUBLIC OF

O9

MONACO

P0

MONGOLIA

Z5

MONTENEGRO

P1

MONTSERRAT

P2

MOROCCO

P3

MOZAMBIQUE

E1

MYANMAR

T6

NAMIBIA

P5

NAURU

P6

NEPAL

P7

NETHERLANDS

P8

NETHERLANDS ANTILLES

1W

NEW CALEDONIA

Q2

NEW ZEALAND

Q3

NICARAGUA

Q4

NIGER

Q5

NIGERIA

Q6

NIUE

Q7

NORFOLK ISLAND

1V

NORTHERN MARIANA ISLANDS

Q8

NORWAY

P4

OMAN

R0

PAKISTAN

1Y

PALAU

1X

PALESTINIAN TERRITORY, OCCUPIED

R1

PANAMA

R2

PAPUA NEW GUINEA

R4

PARAGUAY

R5

PERU

R6

PHILIPPINES

R8

PITCAIRN

R9

POLAND

S1

PORTUGAL

S3

QATAR

S4

REUNION

S5

ROMANIA

1Z

RUSSIAN FEDERATION

S6

RWANDA

Z0

SAINT BARTHELEMY

U8

SAINT HELENA

U7

SAINT KITTS AND NEVIS

U9

SAINT LUCIA

Z1

SAINT MARTIN

V0

SAINT PIERRE AND MIQUELON

V1

SAINT VINCENT AND THE GRENADINES

Y0

SAMOA

S8

SAN MARINO

S9

SAO TOME AND PRINCIPE

T0

SAUDI ARABIA

T1

SENEGAL

Z2

SERBIA

T2

SEYCHELLES

T8

SIERRA LEONE

U0

SINGAPORE

2B

SLOVAKIA

2A

SLOVENIA

D7

SOLOMON ISLANDS

U1

SOMALIA

T3

SOUTH AFRICA

1L

SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS

U3

SPAIN

F1

SRI LANKA

V2

SUDAN

V3

SURINAME

L9

SVALBARD AND JAN MAYEN

V6

SWAZILAND

V7

SWEDEN

V8

SWITZERLAND

V9

SYRIAN ARAB REPUBLIC

F5

TAIWAN, PROVINCE OF CHINA

2D

TAJIKISTAN

W0

TANZANIA, UNITED REPUBLIC OF

W1

THAILAND

Z3

TIMOR-LESTE

W2

TOGO

W3

TOKELAU

W4

TONGA

W5

TRINIDAD AND TOBAGO

W6

TUNISIA

W8

TURKEY

2E

TURKMENISTAN

W7

TURKS AND CAICOS ISLANDS

2G

TUVALU

W9

UGANDA

2H

UKRAINE

C0

UNITED ARAB EMIRATES

X0

UNITED KINGDOM

2J

UNITED STATES MINOR OUTLYING ISLANDS

X3

URUGUAY

2K

UZBEKISTAN

2L

VANUATU

X5

VENEZUELA

Q1

VIET NAM

D8

VIRGIN ISLANDS, BRITISH

X8

WALLIS AND FUTUNA

U5

WESTERN SAHARA

T7

YEMEN

Y4

ZAMBIA

Y5

ZIMBABWE