BizInsights API Data Dictionary v3.5

BizInsights API Service provides a programmatic access via REST API to allow users to tap into BizInsights' database.

Users are able to acquire data of a corporate entity or an individual that is registered with Accounting and Corporate Regulatory Authority (ACRA) of Singapore by using our Search API. Users are also able to tap on our Report API to generate report, be it for filing purposes or KYC.

The REST API identifies the users via a token and the format of the results are in JSON.

Overview

This section consists of the data dictionary of the products we provided via API in either XML or JSON format

You can toggle between XML or JSON format by clicking on the switch beside each header.

Each report consists of a metadata key and a data key

{
    "metadata": {
        "referenceID": "2023-0427-XXXX-AAAA",
        "timestamp": 1234567890,
        "reportType": "BPFCOY",
        "entityType": "COY"
    },
    "data": {
        ...
    },
    "transactionDetails": {
        "refId": "2023-0427-XXXX-AAAA",
        "timestamp": 123567890
    }
}
Name Description Type
referenceID The reference number of the purchase String
timestamp The date and time of search in linux epoch format Long
reportType An identifier of the purchased report String
entityType An identifier for the type of entity
This field determines the data structure of the json report if Business Profile (BPF) is purchased.
String
transactionDetails This object is deprecated and will be removed in the next build Object

Click on the link below to learn more about the respective reports

Business Profile (BPF)

BPF Report consist of one of the five entity types. Click on the link below to learn more about each report types:

Business

{
    "particulars": {
        "name": "ABC BUSINESS",
        "uen": "50000001B",
        "registrationDate": "05-10-2009",
        "nameEffectiveDate": "28-04-2010",
        "commencementDate": "-",
        "lastRenewalDate": "10-05-2009",
        "expiryDate": "05-10-2019",
        "constitution": "PARTNERSHIP",
        "address": "12 ABC STREET #01-23 ABC COMPLEX SINGAPORE 123456",
        "addressEffectiveDate": "05-10-2009",
        "status": "LIVE",
        "statusEffectiveDate": "05-10-2009",
        "primaryIndustryCode": "46900",
        "primaryIndustryDesc": "WHOLESALE TRADE OF A VARIETY OF GOODS WITHOUT A DOMINANT PRODUCT",
        "secondaryIndustryCode": "-",
        "secondaryIndustryDesc": "-"
    },
    "formerNames": [{
        "name": "ABCD BUSINESS",
        "nameChangeDate": "28-04-2010"
    }],
    "owners": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "05-10-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "05-10-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "addressEffectiveDate": "-"
    }],
    "representatives": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "05-10-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    }],
    "nominees": [{
        "name": "HELEN SOO",
        "id": "G092318523",
        "nationality": "MALAYSIAN",
        "appointmentDate": "05-10-2009",
        "address": "123 BUKIT BATOK DRIVE #09-314 SINGAPORE 938422",
        "addressEffectiveDate": "-"
    }],
    "withdrawnPersonnel": [{
        "name": "SAMANTHA CHEE",
        "id": "S8901234B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "OWNER",
        "appointmentDate": "05-10-2009",
        "withdrawalDate": "05-10-2010",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "addressEffectiveDate": "-"
    }],
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the business
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
commencementDate Date of commencement of entity (DD-MM-YYYY) String
lastRenewalDate Date of last renewal of entity (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
expiryDate Date of expiry of entity (DD-MM-YYYY) String
constitution Indicates if the entity is a Sole Proprietorship or Partnership String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String

Company

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "registrationDate": "14-05-2009",
        "nameEffectiveDate": "03-09-2012",
        "country": "SINGAPORE",
        "companyType": "PRIVATE COMPANY LIMITED BY SHARES",
        "address": "30 PASIR PANJANG ROAD #10-31/32 SINGAPORE 117440",
        "addressEffectiveDate": "15-09-2011",
        "status": "LIVE COMPANY",
        "statusEffectiveDate": "14-05-2009",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "secondaryIndustryCode": "47719",
        "secondaryIndustryDesc": "RETAIL SALE OF CLOTHING, FOOTWEAR AND LEATHER ARTICLES NEC",
        "amalgamationDetails": "Amalgamated with DEF PTE LTD (200900000B) with effect from 03-09-2009"
    },
    "formerNames": [{
        "name": "ABC PTE LTD",
        "nameChangeDate": "03-09-2012"
    },
    {
        "name": "CBA PTE LTD",
        "nameChangeDate": "14-05-2010"
    }],
    "capital": {
        "capitalDetails": [{
            "type": "Ordinary",
            "sharesAlloted": 450022,
            "issuedAmount": 450022.0,
            "paidUpAmount": 450022.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "type": "Preference",
            "sharesAlloted": 55000,
            "issuedAmount": 55000.0,
            "paidUpAmount": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "notes": ""
    },
    "auditor": {
        "name": "GGWP LLP",
        "appointmentDate": "05-05-2013"
    },
    "charges": [{
        "chargeNumber": "9876543",
        "registrationDate": "01-02-2014",
        "name": "XYZ COMPANY LIMITED",
        "securedAmount": "All Monies",
        "currency": "-"
    }],
    "officers": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "alternateDirector": {
            "name": "KIM SOO HA",
            "id": "G0219923N",
            "nationality": "KOREAN, SOUTH",
            "appointmentDate": "10-05-2014",
            "address": "112A HOUGANG DRIVE #02-3456 SINGAPORE 123456"
        }
    }],
    "shareholders": {
        "shareholderDetails": [{
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "nationality": "BRITISH SUBJECT",
            "address": "40 OVERTON CIRCLE LITTLEMORE UNITED KINGDOM",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "nationality": "SWISS",
            "address": "IN STIERWISEN 95 MIRCHEL SWITZERLAND",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 200000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "PREFERENCE SHARES",
            "sharesAllocated": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "nationality": "SINGAPORE",
            "address": "118A PAYA LEBAR ROAD #05-6789 SINGAPORE 234567",
            "shareholderCategory": "LOCAL COMPANY",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "shareGroupDetails": [{
            "groupId": "BBB",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 25000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "DESMOND TEO",
                "id": "F9783240A",
                "nationality": "INDONESIAN",
                "address": "87 QUEENSWAY STREET 21 #12-092 SINGAPORE 278934",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "MAYA LEE",
                "id": "G9792371L",
                "nationality": "MALAYSIAN",
                "address": "189 BOON LAY ROAD #04-1024 SINGAPORE 873189",
                "shareholderCategory": "INDIVIDUAL"
            }]
        },
        {
            "groupId": "AAA",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "KEVIN KOO",
                "id": "S0923941H",
                "nationality": "SINGAPORE CITIZEN",
                "address": "213 CLEMENTI DRIVE #04-239 SINGAPORE 342420",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "ROYSTON ANG",
                "id": "S3125940E",
                "nationality": "SINGAPORE CITIZEN",
                "address": "456 YISHUN AVE 4 #03-53 SINGAPORE 340239",
                "shareholderCategory": "INDIVIDUAL"
            }]
        }],
        "notes": ""
    },
    "complianceRecord": {
        "lastAGMDate": "10-04-2019",
        "lastARDate": "10-05-2019",
        "lastAccountLaidDate": "17-04-2019"
    },
    "directorAppointments": {
        details: [{
            "id": "S1234567A",
            "name": "KELVIN TAN",
            "past": 3,
            "current": 1
        }, {
            "id": "S7654321B",
            "name": "NELSON CHEE",
            "past": 0,
            "current": 1
        }],
        "notes": "Directorship count (past & present) only includes directors appointed by the Company registered in the ACRA database.\nThese positions include:\n- Director\n- Managing Director\n- Chief Executive Officer\n- Alternate Director"
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
country Name of the country the entity is incorporated in String
companyType Type of company String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
amalgamationDetails Description of the entities that are amalgamated to form the current entity
If there is no amalgamation records, it will show "-"
String

Limited Liability Partnership

{
    "particulars": {
        "name": "ABC LIMITED LIABILITY PARTNERSHIP",
        "uen": "T09LL0001L",
        "registrationDate": "05-10-2009",
        "nameEffectiveDate": "05-10-2009",
        "address": "456 ABC ROAD #01-234 SINGAPORE 123456",
        "addressEffectiveDate": "05-10-2009",
        "status": "LIVE LLP",
        "statusEffectiveDate": "05-10-2009",
        "primaryIndustryCode": "10712",
        "primaryIndustryDesc": "MANUFACTURE OF BREAD, CAKES AND CONFECTIONERY (EXCLUDING FROZEN BAKERY PRODUCTS)",
        "secondaryIndustryCode": "47213",
        "secondaryIndustryDesc": "RETAIL SALE OF CONFECTIONERY AND BAKERY PRODUCTS (NOT MANUFACTURED ON SITE)"
    },
    "formerNames": [{
        "name": "ABC LLP",
        "nameChangeDate": "05-10-2009"
    }],
    "managers": [{
        "name": "TANIA ONG",
        "id": "S1234987M",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "05-10-2009",
        "address": "76 YEW TEE AVENUE #08-1010 SINGAPORE 109876",
        "addressEffectiveDate": "-"
    }],
    "partners": [{
        "name": "TANIA ONG",
        "id": "S1234987M",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "05-10-2009",
        "address": "76 YEW TEE AVENUE #08-1010 SINGAPORE 109876",
        "addressEffectiveDate": "-"
    },
    {
        "name": "DANIEL LEE",
        "id": "S3217654M",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "05-10-2009",
        "address": "45 JURONG DRIVE #05-555 SINGAPORE 012345",
        "addressEffectiveDate": "-"
    },
    {
        "name": "WHY YZYIXEYHX HHT",
        "id": "S7329964J",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "02-07-2021",
        "address": "101 ANG MO KIO AVENUE 3 #02-22 KEBUN BARU HEIGHTS SINGAPORE 560101",
        "addressEffectiveDate": "16-10-2015"
    }],
    "withdrawnPartners": [{
        "name": "RACHEL LEE",
        "id": "S5432109M",
        "nationality": "SINGAPORE CITIZEN",
        "position": "PARTNER",
        "appointmentDate": "05-10-2009",
        "withdrawalDate": "05-10-2010",
        "address": "45 JURONG DRIVE #05-555 SINGAPORE 012345",
        "addressEffectiveDate": "-"
    },
    {
        "name": "THOMAS ONG",
        "id": "S7612534L",
        "nationality": "SINGAPORE CITIZEN",
        "position": "PARTNER",
        "appointmentDate": "20-04-2010",
        "withdrawalDate": "10-05-2011",
        "address": "128 MARYMOUNT LANE #10-987 SINGAPORE 903218",
        "addressEffectiveDate": "-"
    }],
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}    
An object containing the details of the Limited Liability Partnership (LLP)
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String

Limited Partnership

{
    "particulars": {
        "name": "ABC LIMITED PARTNERSHIP",
        "uen": "T09LP0001L",
        "registrationDate": "10-04-2009",
        "nameEffectiveDate": "10-05-2009",
        "commencementDate": "11-04-2009",
        "lastRenewalDate": "11-04-2015",
        "expiryDate": "11-04-2016",
        "address": "456 ABC ROAD #01-234 SINGAPORE 123456",
        "addressEffectiveDate": "09-04-2009",
        "status": "LIVE",
        "statusEffectiveDate": "10-04-2009",
        "primaryIndustryCode": "10712",
        "primaryIndustryDesc": "MANUFACTURE OF BREAD, CAKES AND CONFECTIONARY",
        "secondaryIndustryCode": "47213",
        "secondaryIndustryDesc": "CONFECTIONERY AND BISCUITS, RETAILING, WHOLESALE"
    },
    "formerNames": [{
        "name": "ABC LP",
        "nameChangeDate": "10-05-2009"
    }],
    "managers": [{
        "name": "TANIA ONG",
        "id": "S1234987M",
        "nationality": "SINGAPORE CITIZEN",
        "appointmentDate": "10-05-2009",
        "address": "76 YEW TEE AVENUE #08-1010 SINGAPORE 109876",
        "addressEffectiveDate": "-"
    }],
    "partners": [{
        "name": "TANIA ONG",
        "id": "S1234987M",
        "nationality": "SINGAPORE CITIZEN",
        "position": "GENERAL PARTNER (GP)",
        "appointmentDate": "10-05-2009",
        "address": "76 YEW TEE AVENUE #08-1010 SINGAPORE 109876",
        "addressEffectiveDate": "-"
    },
    {
        "name": "DANIEL LEE",
        "id": "S3217654M",
        "nationality": "SINGAPORE CITIZEN",
        "position": "LIMITED PARTNER (LP)",
        "appointmentDate": "10-05-2009",
        "address": "45 JURONG DRIVE #05-555 SINGAPORE 012345",
        "addressEffectiveDate": "-"
    }],
    "withdrawnPartners": [{
        "name": "RACHEL LEE",
        "id": "S5432109M",
        "nationality": "SINGAPORE CITIZEN",
        "position": "LIMITED PARTNER (LP)",
        "appointmentDate": "10-05-2009",
        "withdrawalDate": "10-05-2010",
        "address": "45 JURONG DRIVE #05-555 SINGAPORE 012345",
        "addressEffectiveDate": "-"
    }],
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the Limited Partnership (LP)
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
commencementDate Date of commencement of entity (DD-MM-YYYY) String
lastRenewalDate Date of last renewal of entity (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
expiryDate Date of expiry of entity (DD-MM-YYYY) String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the LP String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String

Public Accounting Firm

{
    "particulars": {
        "name": "ABC ACCOUNTING FIRM",
        "uen": "S12PF3456A",
        "registrationDate": "10-05-2009",
        "nameEffectiveDate": "-",
        "constitution": "SOLE PROPRIETORSHIP",
        "constitutionDate": "10-05-2009",
        "address": "54 ABC ROAD #02-345 SINGAPORE 987654",
        "addressEffectiveDate": "-",
        "status": "LIVE",
        "statusEffectiveDate": "10-05-2009",
        "primaryIndustryCode": "69201",
        "primaryIndustryDesc": "ACCOUNTING AND AUDITING SERVICES (INCLUDING TAXATION ADVISORY SERVICES)",
        "secondaryIndustryCode": "-",
        "secondaryIndustryDesc": "-"
    },
    "formerNames": [{
        "name": "ABCDEFG ACCOUNTING FIRM",
        "nameChangeDate": "10-06-2009"
    }],
    "partners": [{
        "name": "GERARD ANG",
        "id": "S3456789J",
        "nationality": "SINGAPORE CITIZEN",
        "position": "PARTNER UNDER SECTION 18(3)(C) OF THE ACCOUNTANTS ACT",
        "accountantNumber": "88935",
        "appointmentDate": "10-05-2009",
        "address": "88 KING ALBERT ROAD #08-76 SINGAPORE 667788"
    }],
    "withdrawn": {
        "withdrawnPartners": [{
            "name": "WINSTON ONG",
            "id": "S3456789W",
            "nationality": "SINGAPORE CITIZEN",
            "position": "PARTNER",
            "accountantNumber": "05776",
            "appointmentDate": "10-05-2009",
            "withdrawalDate": "10-05-2010",
            "address": "99 WOODLANDS DRIVE #07-89 SINGAPORE 667799"
        }],
        "withdrawnManagingPartners": [{
            "name": "ZACK LIM",
            "id": "S9876543W",
            "nationality": "SINGAPORE CITIZEN",
            "position": "PARTNER UNDER SECTION 18(3)(C) OF THE ACCOUNTANTS ACT",
            "accountantNumber": "88905",
            "appointmentDate": "10-05-2009",
            "withdrawalDate": "10-05-2010",
            "address": "66 BISHAN AVENUE #04-56 SINGAPORE 223366"
        }]
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the Public Accounting Firm (PAF)
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
constitution Indicates if the business is a Sole Proprietorship or Partnership String
constitutionDate Date of change of constitution (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String

Essential Corporate Information (ECI)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "registrationDate": "14-05-2009",
        "nameEffectiveDate": "03-09-2012",
        "country": "SINGAPORE",
        "companyType": "PRIVATE COMPANY LIMITED BY SHARES",
        "address": "30 PASIR PANJANG ROAD #10-31/32 SINGAPORE 117440",
        "addressEffectiveDate": "15-09-2011",
        "status": "LIVE COMPANY",
        "statusEffectiveDate": "14-05-2009",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "secondaryIndustryCode": "47719",
        "secondaryIndustryDesc": "RETAIL SALE OF CLOTHING, FOOTWEAR AND LEATHER ARTICLES NEC",
        "amalgamationDetails": "Amalgamated with DEF PTE LTD (200900000B) with effect from 03-09-2009"
    },
    "formerNames": [{
        "name": "ABC PTE LTD",
        "nameChangeDate": "03-09-2012"
    },
    {
        "name": "CBA PTE LTD",
        "nameChangeDate": "14-05-2010"
    }],
    "capital": {
        "capitalDetails": [{
            "type": "Ordinary",
            "sharesAlloted": 450022,
            "issuedAmount": 450022.0,
            "paidUpAmount": 450022.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "type": "Preference",
            "sharesAlloted": 55000,
            "issuedAmount": 55000.0,
            "paidUpAmount": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "notes": ""
    },
    "auditor": {
        "name": "GGWP LLP",
        "appointmentDate": "05-05-2013"
    },
    "charges": [{
        "chargeNumber": "9876543",
        "registrationDate": "01-02-2014",
        "name": "XYZ COMPANY LIMITED",
        "securedAmount": "All Monies",
        "currency": "-"
    }],
    "officers": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "alternateDirector": {
            "name": "KIM SOO HA",
            "id": "G0219923N",
            "nationality": "KOREAN, SOUTH",
            "appointmentDate": "10-05-2014",
            "address": "112A HOUGANG DRIVE #02-3456 SINGAPORE 123456"
        }
    }],
    "shareholders": {
        "shareholderDetails": [{
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "nationality": "BRITISH SUBJECT",
            "address": "40 OVERTON CIRCLE LITTLEMORE UNITED KINGDOM",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "nationality": "SWISS",
            "address": "IN STIERWISEN 95 MIRCHEL SWITZERLAND",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 200000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "PREFERENCE SHARES",
            "sharesAllocated": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "nationality": "SINGAPORE",
            "address": "118A PAYA LEBAR ROAD #05-6789 SINGAPORE 234567",
            "shareholderCategory": "LOCAL COMPANY",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "shareGroupDetails": [{
            "groupId": "BBB",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 25000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "DESMOND TEO",
                "id": "F9783240A",
                "nationality": "INDONESIAN",
                "address": "87 QUEENSWAY STREET 21 #12-092 SINGAPORE 278934",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "MAYA LEE",
                "id": "G9792371L",
                "nationality": "MALAYSIAN",
                "address": "189 BOON LAY ROAD #04-1024 SINGAPORE 873189",
                "shareholderCategory": "INDIVIDUAL"
            }]
        },
        {
            "groupId": "AAA",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "KEVIN KOO",
                "id": "S0923941H",
                "nationality": "SINGAPORE CITIZEN",
                "address": "213 CLEMENTI DRIVE #04-239 SINGAPORE 342420",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "ROYSTON ANG",
                "id": "S3125940E",
                "nationality": "SINGAPORE CITIZEN",
                "address": "456 YISHUN AVE 4 #03-53 SINGAPORE 340239",
                "shareholderCategory": "INDIVIDUAL"
            }]
        }],
        "notes": ""
    },
    "financials": {
        "company": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": 3456789.0,
            "financeCost": 876543.0,
            "netIncomeOrLoss": 876543.0,
            "profitOrLossBeforeTax": 891011.0,
            "profitOrLossAfterTax": 891011.0,
            "profitOrLossFromDiscontinuedOps": 891011.0,
            "totalAssets": 1234567.0,
            "totalCurrentAssets": 617284.0,
            "totalNonCurrentAssets": 617283.0,
            "totalLiabilities": 456789.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 333333.0
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": 5678910.0,
            "financeCost": 765432.0,
            "netIncomeOrLoss": 765432.0,
            "profitOrLossBeforeTax": 667788.0,
            "profitOrLossAfterTax": 667788.0,
            "profitOrLossFromDiscontinuedOps": 667788.0,
            "totalAssets": 2345678.0,
            "totalCurrentAssets": 1234567.0,
            "totalNonCurrentAssets": 1111111.0,
            "totalLiabilities": 567890.0,
            "totalCurrentLiabilities": 123789.0,
            "totalNonCurrentLiabilities": 444101.0
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": 3216789.0,
            "financeCost": 990011.0,
            "netIncomeOrLoss": 990011.0,
            "profitOrLossBeforeTax": 765432.0,
            "profitOrLossAfterTax": 765432.0,
            "profitOrLossFromDiscontinuedOps": 765432.0,
            "totalAssets": 3344556.0,
            "totalCurrentAssets": 1321098.0,
            "totalNonCurrentAssets": 2023458.0,
            "totalLiabilities": 273321.0,
            "totalCurrentLiabilities": 223445.0,
            "totalNonCurrentLiabilities": 49876.0
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": 7654321.0,
            "financeCost": 122334.0,
            "netIncomeOrLoss": 122334.0,
            "profitOrLossBeforeTax": 987654.0,
            "profitOrLossAfterTax": 987654.0,
            "profitOrLossFromDiscontinuedOps": 987654.0,
            "totalAssets": 4567890.0,
            "totalCurrentAssets": 1543210.0,
            "totalNonCurrentAssets": 3024680.0,
            "totalLiabilities": 234567.0,
            "totalCurrentLiabilities": 109289.0,
            "totalNonCurrentLiabilities": 125278.0
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": 4510010.0,
            "financeCost": 233520.0,
            "netIncomeOrLoss": 233520.0,
            "profitOrLossBeforeTax": 522840.0,
            "profitOrLossAfterTax": 522840.0,
            "profitOrLossFromDiscontinuedOps": 522840.0,
            "totalAssets": 2243949.0,
            "totalCurrentAssets": 1955418.0,
            "totalNonCurrentAssets": 288531.0,
            "totalLiabilities": 250262.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 126806.0
        }],
        "group": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        }]
    },
    "directorAppointments": {
        details: [{
            "id": "S1234567A",
            "name": "KELVIN TAN",
            "past": 3,
            "current": 1
        }, {
            "id": "S7654321B",
            "name": "NELSON CHEE",
            "past": 0,
            "current": 1
        }],
        "notes": "Directorship count (past & present) only includes directors appointed by the Company registered in the ACRA database.\nThese positions include:\n- Director\n- Managing Director\n- Chief Executive Officer\n- Alternate Director"
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
country Name of the country the entity is incorporated in String
companyType Type of company String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
amalgamationDetails Description of the entities that are amalgamated to form the current entity
If there is no amalgamation records, it will show "-"
String

Strategic Corporate Information (SCI)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "lastFiled": "08-06-2021",
        "typeFiled": "CONSOLIDATED ACCOUNT",
        "ARFilingOption": "Option G - Full (Taxonomy version 5)"
    },
    "financials": {
        "company": [{
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": 4510010.0,
            "financeCost": 233520.0,
            "netIncomeOrLoss": 233520.0,
            "profitOrLossBeforeTax": 522840.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 522840.0,
            "profitOrLossFromDiscontinuedOps": 522840.0,
            "totalAssets": 2243949.0,
            "totalCurrentAssets": 1955418.0,
            "totalNonCurrentAssets": 288531.0,
            "totalLiabilities": 250262.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 126806.0,
            "totalEquity": 0.0,
            "shareCapital": 2.3456788E7,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": 5678910.0,
            "financeCost": 765432.0,
            "netIncomeOrLoss": 765432.0,
            "profitOrLossBeforeTax": 667788.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 667788.0,
            "profitOrLossFromDiscontinuedOps": 667788.0,
            "totalAssets": 2345678.0,
            "totalCurrentAssets": 1234567.0,
            "totalNonCurrentAssets": 1111111.0,
            "totalLiabilities": 567890.0,
            "totalCurrentLiabilities": 123789.0,
            "totalNonCurrentLiabilities": 444101.0,
            "totalEquity": 0.0,
            "shareCapital": 3.3456788E7,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": 3216789.0,
            "financeCost": 990011.0,
            "netIncomeOrLoss": 990011.0,
            "profitOrLossBeforeTax": 765432.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 765432.0,
            "profitOrLossFromDiscontinuedOps": 765432.0,
            "totalAssets": 3344556.0,
            "totalCurrentAssets": 1321098.0,
            "totalNonCurrentAssets": 2023458.0,
            "totalLiabilities": 273321.0,
            "totalCurrentLiabilities": 223445.0,
            "totalNonCurrentLiabilities": 49876.0,
            "totalEquity": 0.0,
            "shareCapital": 3.32211E7,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": 7654321.0,
            "financeCost": 122334.0,
            "netIncomeOrLoss": 122334.0,
            "profitOrLossBeforeTax": 987654.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 987654.0,
            "profitOrLossFromDiscontinuedOps": 987654.0,
            "totalAssets": 4567890.0,
            "totalCurrentAssets": 1543210.0,
            "totalNonCurrentAssets": 3024680.0,
            "totalLiabilities": 234567.0,
            "totalCurrentLiabilities": 109289.0,
            "totalNonCurrentLiabilities": 125278.0,
            "totalEquity": 0.0,
            "shareCapital": 2.7891234E7,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": 3456789.0,
            "financeCost": 876543.0,
            "netIncomeOrLoss": 876543.0,
            "profitOrLossBeforeTax": 891011.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 891011.0,
            "profitOrLossFromDiscontinuedOps": 891011.0,
            "totalAssets": 1234567.0,
            "totalCurrentAssets": 617284.0,
            "totalNonCurrentAssets": 617283.0,
            "totalLiabilities": 456789.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 333333.0,
            "totalEquity": 0.0,
            "shareCapital": 2.2345678E7,
            "otherReserves": null,
            "retainedEarnings": null
        }],
        "group": [{
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null
        },
        {
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null
        }],
        "accountingRatios": [{
            "fyClosingDate": "01-01-2010",
            "netProfitOnSales": 11.59,
            "roi": 23.3,
            "returnOfShareholderFunds": null,
            "totalAssetsTurnover": 2.01,
            "currentWorkingCapitalRatio": 15.84,
            "proprietaryRatio": 0.0,
            "totalDebtToEquity1": 100.0,
            "totalDebtToEquity2": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "netProfitOnSales": 11.76,
            "roi": 28.47,
            "returnOfShareholderFunds": null,
            "totalAssetsTurnover": 2.42,
            "currentWorkingCapitalRatio": 9.97,
            "proprietaryRatio": 0.0,
            "totalDebtToEquity1": 100.0,
            "totalDebtToEquity2": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "netProfitOnSales": 23.79,
            "roi": 22.89,
            "returnOfShareholderFunds": null,
            "totalAssetsTurnover": 0.96,
            "currentWorkingCapitalRatio": 5.91,
            "proprietaryRatio": 0.0,
            "totalDebtToEquity1": 100.0,
            "totalDebtToEquity2": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "netProfitOnSales": 12.9,
            "roi": 21.62,
            "returnOfShareholderFunds": null,
            "totalAssetsTurnover": 1.68,
            "currentWorkingCapitalRatio": 14.12,
            "proprietaryRatio": 0.0,
            "totalDebtToEquity1": 100.0,
            "totalDebtToEquity2": null
        },
        {
            "fyClosingDate": "01-01-2014",
            "netProfitOnSales": 25.78,
            "roi": 72.17,
            "returnOfShareholderFunds": null,
            "totalAssetsTurnover": 2.8,
            "currentWorkingCapitalRatio": 5.0,
            "proprietaryRatio": 0.0,
            "totalDebtToEquity1": 100.0,
            "totalDebtToEquity2": null
        }]
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
lastFiled Date of last filed financial information (DD-MM-YYYY) String
typeFiled Type of financials filed, either company level or group/consolidated level String
ARFilingOption Description of the Annual Returns Filing Option String

People Profile (PPF)

{
    "particulars": {
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    },
    "currentAppt": [{
        "name": "ABC BUSINESS",
        "uen": "50000001B",
        "status": "LIVE",
        "position": "OWNER",
        "appointmentDate": "05-10-2009"
    },
    {
        "name": "ABC BUSINESS",
        "uen": "50000001B",
        "status": "LIVE",
        "position": "MANAGER",
        "appointmentDate": "05-10-2009"
    },
    {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "status": "LIVE COMPANY",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009"
    },
    {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "status": "LIVE COMPANY",
        "position": "SHAREHOLDER (ORDINARY)",
        "appointmentDate": "10-05-2009"
    },
    {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "status": "LIVE COMPANY",
        "position": "SHAREHOLDER (PREFERENCE)",
        "appointmentDate": "10-05-2009"
    }],
    "pastAppt": [{
        "name": "JAGJAP PTE LTD",
        "uen": "198400123A",
        "status": "DISSOLVED - CREDITORS' VOLUNTARY WINDING UP",
        "position": "DIRECTOR",
        "appointmentDate": "01-02-1984",
        "withdrawalDate": "01-01-1995"
    },
    {
        "name": "XYZ SINGAPORE PTE LTD",
        "uen": "200400160A",
        "status": "STRUCK OFF",
        "position": "DIRECTOR",
        "appointmentDate": "01-03-2004",
        "withdrawalDate": "26-05-2008"
    }],
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the person
Name Description Type
name The name of the person String
id The identifier of the person String
nationality The nationality of the person String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String

Enhanced Business Profile (EBPF)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "registrationDate": "14-05-2009",
        "nameEffectiveDate": "03-09-2012",
        "country": "SINGAPORE",
        "companyType": "PRIVATE COMPANY LIMITED BY SHARES",
        "address": "30 PASIR PANJANG ROAD #10-31/32 SINGAPORE 117440",
        "addressEffectiveDate": "15-09-2011",
        "status": "LIVE COMPANY",
        "statusEffectiveDate": "14-05-2009",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "secondaryIndustryCode": "47719",
        "secondaryIndustryDesc": "RETAIL SALE OF CLOTHING, FOOTWEAR AND LEATHER ARTICLES NEC",
        "amalgamationDetails": "Amalgamated with DEF PTE LTD (200900000B) with effect from 03-09-2009"
    },
    "formerNames": [{
        "name": "ABC PTE LTD",
        "nameChangeDate": "03-09-2012"
    },
    {
        "name": "CBA PTE LTD",
        "nameChangeDate": "14-05-2010"
    }],
    "capital": {
        "capitalDetails": [{
            "type": "Ordinary",
            "sharesAlloted": 450022,
            "issuedAmount": 450022.0,
            "paidUpAmount": 450022.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "type": "Preference",
            "sharesAlloted": 55000,
            "issuedAmount": 55000.0,
            "paidUpAmount": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "notes": ""
    },
    "auditor": {
        "name": "GGWP LLP",
        "appointmentDate": "05-05-2013"
    },
    "charges": [{
        "chargeNumber": "9876543",
        "registrationDate": "01-02-2014",
        "name": "XYZ COMPANY LIMITED",
        "securedAmount": "All Monies",
        "currency": "-"
    }],
    "officers": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "addressEffectiveDate": "-",
        "alternateDirector": {
            "name": "KIM SOO HA",
            "id": "G0219923N",
            "nationality": "KOREAN, SOUTH",
            "appointmentDate": "10-05-2014",
            "address": "112A HOUGANG DRIVE #02-3456 SINGAPORE 123456"
        }
    }],
    "shareholders": {
        "shareholderDetails": [{
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "nationality": "BRITISH SUBJECT",
            "address": "40 OVERTON CIRCLE LITTLEMORE UNITED KINGDOM",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "nationality": "SWISS",
            "address": "IN STIERWISEN 95 MIRCHEL SWITZERLAND",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 200000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "PREFERENCE SHARES",
            "sharesAllocated": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "nationality": "SINGAPORE",
            "address": "118A PAYA LEBAR ROAD #05-6789 SINGAPORE 234567",
            "shareholderCategory": "LOCAL COMPANY",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "shareGroupDetails": [{
            "groupId": "BBB",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 25000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "DESMOND TEO",
                "id": "F9783240A",
                "nationality": "INDONESIAN",
                "address": "87 QUEENSWAY STREET 21 #12-092 SINGAPORE 278934",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "MAYA LEE",
                "id": "G9792371L",
                "nationality": "MALAYSIAN",
                "address": "189 BOON LAY ROAD #04-1024 SINGAPORE 873189",
                "shareholderCategory": "INDIVIDUAL"
            }]
        },
        {
            "groupId": "AAA",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "KEVIN KOO",
                "id": "S0923941H",
                "nationality": "SINGAPORE CITIZEN",
                "address": "213 CLEMENTI DRIVE #04-239 SINGAPORE 342420",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "ROYSTON ANG",
                "id": "S3125940E",
                "nationality": "SINGAPORE CITIZEN",
                "address": "456 YISHUN AVE 4 #03-53 SINGAPORE 340239",
                "shareholderCategory": "INDIVIDUAL"
            }]
        }],
        "notes": ""
    },
    "complianceRecord": {
        "lastAGMDate": "10-04-2019",
        "lastARDate": "10-05-2019",
        "lastAccountLaidDate": "17-04-2019"
    },
    "directorAppointments": {
        details: [{
            "id": "S1234567A",
            "name": "KELVIN TAN",
            "past": 3,
            "current": 1
        }, {
            "id": "S7654321B",
            "name": "NELSON CHEE",
            "past": 0,
            "current": 1
        }],
        "notes": "Directorship count (past & present) only includes directors appointed by the Company registered in the ACRA database.\nThese positions include:\n- Director\n- Managing Director\n- Chief Executive Officer\n- Alternate Director"
    },
    "pastDirectors": [{
        "name": "DICKSON TAY",
        "id": "S0912348F",
        "appointmentDate": "10-05-2009",
        "withdrawalDate": "10-07-2009",
        "address": "902 SEMBAWANG ROAD #12-203 SINGAPORE 123456"
    }],
    "subsidiary": [{
        "uen": "198302932W",
        "name": "CRYSIS PTE LTD",
        "ownership": 49.0
    },
    {
        "uen": "201000021B",
        "name": "JEHNESYS BUSINESS",
        "ownership": 100.0
    }],
    "ownership": [{
        "id": "S1234567A",
        "name": "KELVIN TAN",
        "sharesAllocated": 200000,
        "percentage": 44.44
    },
    {
        "group": "AAA",
        "sharesAllocated": 100000,
        "percentage": 22.22,
        "members": [{
            "id": "S0923941H",
            "name": "KEVIN KOO"
        },
        {
            "id": "S3125940E",
            "name": "ROYSTON ANG"
        }]
    },
    {
        "id": "200900000B",
        "name": "SYNTHESIS CORP PTE LTD",
        "sharesAllocated": 100000,
        "percentage": 22.22
    },
    {
        "group": "BBB",
        "sharesAllocated": 25000,
        "percentage": 11.11,
        "members": [{
            "id": "F9783240A",
            "name": "DESMOND TEO"
        },
        {
            "id": "G9792371L",
            "name": "MAYA LEE"
        }]
    },
    {
        "id": "A0283519P",
        "name": "DOUGLAS FINNIGAN",
        "sharesAllocated": 10,
        "percentage": 0.0
    },
    {
        "id": "G07316380",
        "name": "AINA JOY",
        "sharesAllocated": 10,
        "percentage": 0.0
    }],
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
country Name of the country the entity is incorporated in String
companyType Type of company String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
amalgamationDetails Description of the entities that are amalgamated to form the current entity
If there is no amalgamation records, it will show "-"
String

Enhanced Essential Corporate Information (EECI)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "registrationDate": "14-05-2009",
        "nameEffectiveDate": "03-09-2012",
        "country": "SINGAPORE",
        "companyType": "PRIVATE COMPANY LIMITED BY SHARES",
        "address": "30 PASIR PANJANG ROAD #10-31/32 SINGAPORE 117440",
        "addressEffectiveDate": "15-09-2011",
        "status": "LIVE COMPANY",
        "statusEffectiveDate": "14-05-2009",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "secondaryIndustryCode": "47719",
        "secondaryIndustryDesc": "RETAIL SALE OF CLOTHING, FOOTWEAR AND LEATHER ARTICLES NEC",
        "amalgamationDetails": "Amalgamated with DEF PTE LTD (200900000B) with effect from 03-09-2009"
    },
    "formerNames": [{
        "name": "ABC PTE LTD",
        "nameChangeDate": "03-09-2012"
    },
    {
        "name": "CBA PTE LTD",
        "nameChangeDate": "14-05-2010"
    }],
    "capital": {
        "capitalDetails": [{
            "type": "Ordinary",
            "sharesAlloted": 450022,
            "issuedAmount": 450022.0,
            "paidUpAmount": 450022.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "type": "Preference",
            "sharesAlloted": 55000,
            "issuedAmount": 55000.0,
            "paidUpAmount": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "notes": ""
    },
    "auditor": {
        "name": "GGWP LLP",
        "appointmentDate": "05-05-2013"
    },
    "charges": [{
        "chargeNumber": "9876543",
        "registrationDate": "01-02-2014",
        "name": "XYZ COMPANY LIMITED",
        "securedAmount": "All Monies",
        "currency": "-"
    }],
    "officers": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "addressEffectiveDate": "-",
        "alternateDirector": {
            "name": "KIM SOO HA",
            "id": "G0219923N",
            "nationality": "KOREAN, SOUTH",
            "appointmentDate": "10-05-2014",
            "address": "112A HOUGANG DRIVE #02-3456 SINGAPORE 123456"
        }
    }],
    "shareholders": {
        "shareholderDetails": [{
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "nationality": "BRITISH SUBJECT",
            "address": "40 OVERTON CIRCLE LITTLEMORE UNITED KINGDOM",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "nationality": "SWISS",
            "address": "IN STIERWISEN 95 MIRCHEL SWITZERLAND",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 200000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "PREFERENCE SHARES",
            "sharesAllocated": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "nationality": "SINGAPORE",
            "address": "118A PAYA LEBAR ROAD #05-6789 SINGAPORE 234567",
            "shareholderCategory": "LOCAL COMPANY",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "shareGroupDetails": [{
            "groupId": "BBB",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 25000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "DESMOND TEO",
                "id": "F9783240A",
                "nationality": "INDONESIAN",
                "address": "87 QUEENSWAY STREET 21 #12-092 SINGAPORE 278934",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "MAYA LEE",
                "id": "G9792371L",
                "nationality": "MALAYSIAN",
                "address": "189 BOON LAY ROAD #04-1024 SINGAPORE 873189",
                "shareholderCategory": "INDIVIDUAL"
            }]
        },
        {
            "groupId": "AAA",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "KEVIN KOO",
                "id": "S0923941H",
                "nationality": "SINGAPORE CITIZEN",
                "address": "213 CLEMENTI DRIVE #04-239 SINGAPORE 342420",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "ROYSTON ANG",
                "id": "S3125940E",
                "nationality": "SINGAPORE CITIZEN",
                "address": "456 YISHUN AVE 4 #03-53 SINGAPORE 340239",
                "shareholderCategory": "INDIVIDUAL"
            }]
        }],
        "notes": ""
    },
    "financials": {
        "company": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": 3456789.0,
            "financeCost": 876543.0,
            "netIncomeOrLoss": 876543.0,
            "profitOrLossBeforeTax": 891011.0,
            "profitOrLossAfterTax": 891011.0,
            "profitOrLossFromDiscontinuedOps": 891011.0,
            "totalAssets": 1234567.0,
            "totalCurrentAssets": 617284.0,
            "totalNonCurrentAssets": 617283.0,
            "totalLiabilities": 456789.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 333333.0
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": 5678910.0,
            "financeCost": 765432.0,
            "netIncomeOrLoss": 765432.0,
            "profitOrLossBeforeTax": 667788.0,
            "profitOrLossAfterTax": 667788.0,
            "profitOrLossFromDiscontinuedOps": 667788.0,
            "totalAssets": 2345678.0,
            "totalCurrentAssets": 1234567.0,
            "totalNonCurrentAssets": 1111111.0,
            "totalLiabilities": 567890.0,
            "totalCurrentLiabilities": 123789.0,
            "totalNonCurrentLiabilities": 444101.0
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": 3216789.0,
            "financeCost": 990011.0,
            "netIncomeOrLoss": 990011.0,
            "profitOrLossBeforeTax": 765432.0,
            "profitOrLossAfterTax": 765432.0,
            "profitOrLossFromDiscontinuedOps": 765432.0,
            "totalAssets": 3344556.0,
            "totalCurrentAssets": 1321098.0,
            "totalNonCurrentAssets": 2023458.0,
            "totalLiabilities": 273321.0,
            "totalCurrentLiabilities": 223445.0,
            "totalNonCurrentLiabilities": 49876.0
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": 7654321.0,
            "financeCost": 122334.0,
            "netIncomeOrLoss": 122334.0,
            "profitOrLossBeforeTax": 987654.0,
            "profitOrLossAfterTax": 987654.0,
            "profitOrLossFromDiscontinuedOps": 987654.0,
            "totalAssets": 4567890.0,
            "totalCurrentAssets": 1543210.0,
            "totalNonCurrentAssets": 3024680.0,
            "totalLiabilities": 234567.0,
            "totalCurrentLiabilities": 109289.0,
            "totalNonCurrentLiabilities": 125278.0
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": 4510010.0,
            "financeCost": 233520.0,
            "netIncomeOrLoss": 233520.0,
            "profitOrLossBeforeTax": 522840.0,
            "profitOrLossAfterTax": 522840.0,
            "profitOrLossFromDiscontinuedOps": 522840.0,
            "totalAssets": 2243949.0,
            "totalCurrentAssets": 1955418.0,
            "totalNonCurrentAssets": 288531.0,
            "totalLiabilities": 250262.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 126806.0
        }],
        "group": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null
        }]
    },
    "directorAppointments": {
        details: [{
            "id": "S1234567A",
            "name": "KELVIN TAN",
            "past": 3,
            "current": 1
        }, {
            "id": "S7654321B",
            "name": "NELSON CHEE",
            "past": 0,
            "current": 1
        }],
        "notes": "Directorship count (past & present) only includes directors appointed by the Company registered in the ACRA database.\nThese positions include:\n- Director\n- Managing Director\n- Chief Executive Officer\n- Alternate Director"
    },
    "subsidiary": [{
        "uen": "198302932W",
        "name": "CRYSIS PTE LTD",
        "ownership": 49.0
    },
    {
        "uen": "201000021B",
        "name": "JEHNESYS BUSINESS",
        "ownership": 100.0
    }],
    "ownership": [{
        "id": "S1234567A",
        "name": "KELVIN TAN",
        "sharesAllocated": 200000,
        "percentage": 44.44
    },
    {
        "group": "AAA",
        "sharesAllocated": 100000,
        "percentage": 22.22,
        "members": [{
            "id": "S0923941H",
            "name": "KEVIN KOO"
        },
        {
            "id": "S3125940E",
            "name": "ROYSTON ANG"
        }]
    },
    {
        "id": "200900000B",
        "name": "SYNTHESIS CORP PTE LTD",
        "sharesAllocated": 100000,
        "percentage": 22.22
    },
    {
        "group": "BBB",
        "sharesAllocated": 25000,
        "percentage": 11.11,
        "members": [{
            "id": "F9783240A",
            "name": "DESMOND TEO"
        },
        {
            "id": "G9792371L",
            "name": "MAYA LEE"
        }]
    },
    {
        "id": "A0283519P",
        "name": "DOUGLAS FINNIGAN",
        "sharesAllocated": 10,
        "percentage": 0.0
    },
    {
        "id": "G07316380",
        "name": "AINA JOY",
        "sharesAllocated": 10,
        "percentage": 0.0
    }],
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
country Name of the country the entity is incorporated in String
companyType Type of company String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
amalgamationDetails Description of the entities that are amalgamated to form the current entity
If there is no amalgamation records, it will show "-"
String

Enhanced Strategic Corporate Information (ESCI)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "lastFiled": "08-06-2021",
        "typeFiled": "CONSOLIDATED ACCOUNT",
        "ARFilingOption": "Option G - Full (Taxonomy version 5)"
    },
    "financials": {
        "company": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": 3456789.0,
            "financeCost": 876543.0,
            "netIncomeOrLoss": 876543.0,
            "profitOrLossBeforeTax": 891011.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 891011.0,
            "profitOrLossFromDiscontinuedOps": 891011.0,
            "totalAssets": 1234567.0,
            "totalCurrentAssets": 617284.0,
            "totalNonCurrentAssets": 617283.0,
            "totalLiabilities": 456789.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 333333.0,
            "totalEquity": 0.0,
            "shareCapital": 2.2345678E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": 5678910.0,
            "financeCost": 765432.0,
            "netIncomeOrLoss": 765432.0,
            "profitOrLossBeforeTax": 667788.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 667788.0,
            "profitOrLossFromDiscontinuedOps": 667788.0,
            "totalAssets": 2345678.0,
            "totalCurrentAssets": 1234567.0,
            "totalNonCurrentAssets": 1111111.0,
            "totalLiabilities": 567890.0,
            "totalCurrentLiabilities": 123789.0,
            "totalNonCurrentLiabilities": 444101.0,
            "totalEquity": 0.0,
            "shareCapital": 3.3456788E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": 3216789.0,
            "financeCost": 990011.0,
            "netIncomeOrLoss": 990011.0,
            "profitOrLossBeforeTax": 765432.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 765432.0,
            "profitOrLossFromDiscontinuedOps": 765432.0,
            "totalAssets": 3344556.0,
            "totalCurrentAssets": 1321098.0,
            "totalNonCurrentAssets": 2023458.0,
            "totalLiabilities": 273321.0,
            "totalCurrentLiabilities": 223445.0,
            "totalNonCurrentLiabilities": 49876.0,
            "totalEquity": 0.0,
            "shareCapital": 3.32211E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": 7654321.0,
            "financeCost": 122334.0,
            "netIncomeOrLoss": 122334.0,
            "profitOrLossBeforeTax": 987654.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 987654.0,
            "profitOrLossFromDiscontinuedOps": 987654.0,
            "totalAssets": 4567890.0,
            "totalCurrentAssets": 1543210.0,
            "totalNonCurrentAssets": 3024680.0,
            "totalLiabilities": 234567.0,
            "totalCurrentLiabilities": 109289.0,
            "totalNonCurrentLiabilities": 125278.0,
            "totalEquity": 0.0,
            "shareCapital": 2.7891234E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": 4510010.0,
            "financeCost": 233520.0,
            "netIncomeOrLoss": 233520.0,
            "profitOrLossBeforeTax": 522840.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 522840.0,
            "profitOrLossFromDiscontinuedOps": 522840.0,
            "totalAssets": 2243949.0,
            "totalCurrentAssets": 1955418.0,
            "totalNonCurrentAssets": 288531.0,
            "totalLiabilities": 250262.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 126806.0,
            "totalEquity": 0.0,
            "shareCapital": 2.3456788E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        }],
        "group": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        }]
    },
    "industrialAvg": {
        "revenue": [{
            "year": 2010,
            "company": 4510010.0,
            "industry": 6447398.5,
            "percentage": 69.95085
        },
        {
            "year": 2011,
            "company": 7654321.0,
            "industry": 7646603.0,
            "percentage": 100.10094
        },
        {
            "year": 2012,
            "company": 3216789.0,
            "industry": 6039187.5,
            "percentage": 53.265263
        },
        {
            "year": 2013,
            "company": 5678910.0,
            "industry": 7413730.0,
            "percentage": 76.5999
        },
        {
            "year": 2014,
            "company": 3456789.0,
            "industry": 5785629.5,
            "percentage": 59.747845
        }],
        "profit": [{
            "year": 2010,
            "company": 522840.0,
            "industry": 1123343.2,
            "percentage": 46.54321
        },
        {
            "year": 2011,
            "company": 987654.0,
            "industry": 1078304.9,
            "percentage": 91.59321
        },
        {
            "year": 2012,
            "company": 765432.0,
            "industry": 1248545.8,
            "percentage": 61.30588
        },
        {
            "year": 2013,
            "company": 667788.0,
            "industry": 1333642.8,
            "percentage": 50.07248
        },
        {
            "year": 2014,
            "company": 891011.0,
            "industry": 862180.94,
            "percentage": 103.34386
        }],
        "totalAssets": [{
            "year": 2010,
            "company": 2243949.0,
            "industry": 3300704.0,
            "percentage": 67.98395
        },
        {
            "year": 2011,
            "company": 4567890.0,
            "industry": 4024442.8,
            "percentage": 113.50366
        },
        {
            "year": 2012,
            "company": 3344556.0,
            "industry": 4155931.0,
            "percentage": 80.47669
        },
        {
            "year": 2013,
            "company": 2345678.0,
            "industry": 3832813.5,
            "percentage": 61.199898
        },
        {
            "year": 2014,
            "company": 1234567.0,
            "industry": 2641121.0,
            "percentage": 46.744053
        }],
        "totalLiabilities": [{
            "year": 2010,
            "company": 456789.0,
            "industry": 1486325.2,
            "percentage": 30.732775
        },
        {
            "year": 2011,
            "company": 456789.0,
            "industry": 1382919.0,
            "percentage": 33.030785
        },
        {
            "year": 2012,
            "company": 567890.0,
            "industry": 1648043.6,
            "percentage": 34.45843
        },
        {
            "year": 2013,
            "company": 234567.0,
            "industry": 1724209.9,
            "percentage": 13.604318
        },
        {
            "year": 2014,
            "company": 250262.0,
            "industry": 1390861.9,
            "percentage": 17.993303
        }]
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
lastFiled Date of last filed financial information (DD-MM-YYYY) String
typeFiled Type of financials filed, either company level or group/consolidated level String
ARFilingOption Description of the Annual Returns Filing Option String

Comprehensive Business Profile (CBPF)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "registrationDate": "14-05-2009",
        "nameEffectiveDate": "03-09-2012",
        "country": "SINGAPORE",
        "companyType": "PRIVATE COMPANY LIMITED BY SHARES",
        "address": "30 PASIR PANJANG ROAD #10-31/32 SINGAPORE 117440",
        "addressEffectiveDate": "15-09-2011",
        "status": "LIVE COMPANY",
        "statusEffectiveDate": "14-05-2009",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "secondaryIndustryCode": "47719",
        "secondaryIndustryDesc": "RETAIL SALE OF CLOTHING, FOOTWEAR AND LEATHER ARTICLES NEC",
        "amalgamationDetails": "Amalgamated with DEF PTE LTD (200900000B) with effect from 03-09-2009"
    },
    "formerNames": [{
        "name": "ABC PTE LTD",
        "nameChangeDate": "03-09-2012"
    },
    {
        "name": "CBA PTE LTD",
        "nameChangeDate": "14-05-2010"
    }],
    "capital": {
        "capitalDetails": [{
            "type": "Ordinary",
            "sharesAlloted": 450022,
            "issuedAmount": 450022.0,
            "paidUpAmount": 450022.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "type": "Preference",
            "sharesAlloted": 55000,
            "issuedAmount": 55000.0,
            "paidUpAmount": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "notes": ""
    },
    "auditor": {
        "name": "GGWP LLP",
        "appointmentDate": "05-05-2013"
    },
    "charges": [{
        "chargeNumber": "9876543",
        "registrationDate": "01-02-2014",
        "name": "XYZ COMPANY LIMITED",
        "securedAmount": "All Monies",
        "currency": "-"
    }],
    "officers": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "addressEffectiveDate": "-",
        "alternateDirector": {
            "name": "KIM SOO HA",
            "id": "G0219923N",
            "nationality": "KOREAN, SOUTH",
            "appointmentDate": "10-05-2014",
            "address": "112A HOUGANG DRIVE #02-3456 SINGAPORE 123456"
        }
    }],
    "shareholders": {
        "shareholderDetails": [{
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "nationality": "BRITISH SUBJECT",
            "address": "40 OVERTON CIRCLE LITTLEMORE UNITED KINGDOM",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "nationality": "SWISS",
            "address": "IN STIERWISEN 95 MIRCHEL SWITZERLAND",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 200000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "PREFERENCE SHARES",
            "sharesAllocated": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "nationality": "SINGAPORE",
            "address": "118A PAYA LEBAR ROAD #05-6789 SINGAPORE 234567",
            "shareholderCategory": "LOCAL COMPANY",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "shareGroupDetails": [{
            "groupId": "BBB",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 25000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "DESMOND TEO",
                "id": "F9783240A",
                "nationality": "INDONESIAN",
                "address": "87 QUEENSWAY STREET 21 #12-092 SINGAPORE 278934",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "MAYA LEE",
                "id": "G9792371L",
                "nationality": "MALAYSIAN",
                "address": "189 BOON LAY ROAD #04-1024 SINGAPORE 873189",
                "shareholderCategory": "INDIVIDUAL"
            }]
        },
        {
            "groupId": "AAA",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "KEVIN KOO",
                "id": "S0923941H",
                "nationality": "SINGAPORE CITIZEN",
                "address": "213 CLEMENTI DRIVE #04-239 SINGAPORE 342420",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "ROYSTON ANG",
                "id": "S3125940E",
                "nationality": "SINGAPORE CITIZEN",
                "address": "456 YISHUN AVE 4 #03-53 SINGAPORE 340239",
                "shareholderCategory": "INDIVIDUAL"
            }]
        }],
        "notes": ""
    },
    "directorAppointments": {
        details: [{
            "id": "S1234567A",
            "name": "KELVIN TAN",
            "past": 3,
            "current": 1
        }, {
            "id": "S7654321B",
            "name": "NELSON CHEE",
            "past": 0,
            "current": 1
        }],
        "notes": "Directorship count (past & present) only includes directors appointed by the Company registered in the ACRA database.\nThese positions include:\n- Director\n- Managing Director\n- Chief Executive Officer\n- Alternate Director"
    },
    "pastDirectors": [{
        "name": "DICKSON TAY",
        "id": "S0912348F",
        "appointmentDate": "10-05-2009",
        "withdrawalDate": "10-07-2009",
        "address": "902 SEMBAWANG ROAD #12-203 SINGAPORE 123456"
    }],
    "subsidiary": [{
        "uen": "198302932W",
        "name": "CRYSIS PTE LTD",
        "ownership": 49.0
    },
    {
        "uen": "201000021B",
        "name": "JEHNESYS BUSINESS",
        "ownership": 100.0
    }],
    "ownership": [{
        "id": "S1234567A",
        "name": "KELVIN TAN",
        "sharesAllocated": 200000,
        "percentage": 44.44
    },
    {
        "group": "AAA",
        "sharesAllocated": 100000,
        "percentage": 22.22,
        "members": [{
            "id": "S0923941H",
            "name": "KEVIN KOO"
        },
        {
            "id": "S3125940E",
            "name": "ROYSTON ANG"
        }]
    },
    {
        "id": "200900000B",
        "name": "SYNTHESIS CORP PTE LTD",
        "sharesAllocated": 100000,
        "percentage": 22.22
    },
    {
        "group": "BBB",
        "sharesAllocated": 25000,
        "percentage": 11.11,
        "members": [{
            "id": "F9783240A",
            "name": "DESMOND TEO"
        },
        {
            "id": "G9792371L",
            "name": "MAYA LEE"
        }]
    },
    {
        "id": "A0283519P",
        "name": "DOUGLAS FINNIGAN",
        "sharesAllocated": 10,
        "percentage": 0.0
    },
    {
        "id": "G07316380",
        "name": "AINA JOY",
        "sharesAllocated": 10,
        "percentage": 0.0
    }],
    "legalBusinessOwner": {
        "root": "200900000A",
        "owners": [{
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "percentage": 44.44,
            "owners": null
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "percentage": 22.22,
            "owners": [
                "DANIEL LEE",
                "NELSON CHEE"
            ]
        },
        {
            "name": "Share Group AAA",
            "id": "Share Group AAA",
            "percentage": 22.22,
            "owners": null
        },
        {
            "name": "Share Group BBB",
            "id": "Share Group BBB",
            "percentage": 11.11,
            "owners": null
        },
        {
            "name": "DANIEL LEE",
            "id": "S3217654M",
            "percentage": 11.11,
            "owners": null
        },
        {
            "name": "NELSON CHEE",
            "id": "S7654321B",
            "percentage": 11.11,
            "owners": null
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "percentage": 0.0,
            "owners": null
        },
        {
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "percentage": 0.0,
            "owners": null
        }]
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
country Name of the country the entity is incorporated in String
companyType Type of company String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
amalgamationDetails Description of the entities that are amalgamated to form the current entity
If there is no amalgamation records, it will show "-"
String

Comprehensive Corporate Information (CCI)

{
    "particulars": {
        "name": "ABC SINGAPORE PTE LTD",
        "uen": "200900000A",
        "registrationDate": "14-05-2009",
        "nameEffectiveDate": "03-09-2012",
        "country": "SINGAPORE",
        "companyType": "PRIVATE COMPANY LIMITED BY SHARES",
        "address": "30 PASIR PANJANG ROAD #10-31/32 SINGAPORE 117440",
        "addressEffectiveDate": "15-09-2011",
        "status": "LIVE COMPANY",
        "statusEffectiveDate": "14-05-2009",
        "primaryIndustryCode": "46412",
        "primaryIndustryDesc": "WHOLESALE OF WEARING APPAREL FOR ADULTS",
        "secondaryIndustryCode": "47719",
        "secondaryIndustryDesc": "RETAIL SALE OF CLOTHING, FOOTWEAR AND LEATHER ARTICLES NEC",
        "amalgamationDetails": "Amalgamated with DEF PTE LTD (200900000B) with effect from 03-09-2009"
    },
    "formerNames": [{
        "name": "ABC PTE LTD",
        "nameChangeDate": "03-09-2012"
    },
    {
        "name": "CBA PTE LTD",
        "nameChangeDate": "14-05-2010"
    }],
    "capital": {
        "capitalDetails": [{
            "type": "Ordinary",
            "sharesAlloted": 450022,
            "issuedAmount": 450022.0,
            "paidUpAmount": 450022.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "type": "Preference",
            "sharesAlloted": 55000,
            "issuedAmount": 55000.0,
            "paidUpAmount": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "notes": ""
    },
    "auditor": {
        "name": "GGWP LLP",
        "appointmentDate": "05-05-2013"
    },
    "charges": [{
        "chargeNumber": "9876543",
        "registrationDate": "01-02-2014",
        "name": "XYZ COMPANY LIMITED",
        "securedAmount": "All Monies",
        "currency": "-"
    }],
    "officers": [{
        "name": "KELVIN TAN",
        "id": "S1234567A",
        "nationality": "SINGAPORE CITIZEN",
        "position": "MANAGING DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
        "addressEffectiveDate": "-"
    },
    {
        "name": "NELSON CHEE",
        "id": "S7654321B",
        "nationality": "SINGAPORE CITIZEN",
        "position": "DIRECTOR",
        "appointmentDate": "10-05-2009",
        "address": "88A PUNGGOL ROAD #05-6789 SINGAPORE 234567",
        "addressEffectiveDate": "-",
        "alternateDirector": {
            "name": "KIM SOO HA",
            "id": "G0219923N",
            "nationality": "KOREAN, SOUTH",
            "appointmentDate": "10-05-2014",
            "address": "112A HOUGANG DRIVE #02-3456 SINGAPORE 123456"
        }
    }],
    "shareholders": {
        "shareholderDetails": [{
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "nationality": "BRITISH SUBJECT",
            "address": "40 OVERTON CIRCLE LITTLEMORE UNITED KINGDOM",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "nationality": "SWISS",
            "address": "IN STIERWISEN 95 MIRCHEL SWITZERLAND",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 10.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 200000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "nationality": "SINGAPORE CITIZEN",
            "address": "112A SENGKANG DRIVE #02-3456 SINGAPORE 123456",
            "shareholderCategory": "INDIVIDUAL",
            "sharesType": "PREFERENCE SHARES",
            "sharesAllocated": 55000.0,
            "currency": "SINGAPORE, DOLLARS"
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "nationality": "SINGAPORE",
            "address": "118A PAYA LEBAR ROAD #05-6789 SINGAPORE 234567",
            "shareholderCategory": "LOCAL COMPANY",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS"
        }],
        "shareGroupDetails": [{
            "groupId": "BBB",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 25000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "DESMOND TEO",
                "id": "F9783240A",
                "nationality": "INDONESIAN",
                "address": "87 QUEENSWAY STREET 21 #12-092 SINGAPORE 278934",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "MAYA LEE",
                "id": "G9792371L",
                "nationality": "MALAYSIAN",
                "address": "189 BOON LAY ROAD #04-1024 SINGAPORE 873189",
                "shareholderCategory": "INDIVIDUAL"
            }]
        },
        {
            "groupId": "AAA",
            "sharesType": "ORDINARY SHARES",
            "sharesAllocated": 100000.0,
            "currency": "SINGAPORE, DOLLARS",
            "shareholderDetails": [{
                "name": "KEVIN KOO",
                "id": "S0923941H",
                "nationality": "SINGAPORE CITIZEN",
                "address": "213 CLEMENTI DRIVE #04-239 SINGAPORE 342420",
                "shareholderCategory": "INDIVIDUAL"
            },
            {
                "name": "ROYSTON ANG",
                "id": "S3125940E",
                "nationality": "SINGAPORE CITIZEN",
                "address": "456 YISHUN AVE 4 #03-53 SINGAPORE 340239",
                "shareholderCategory": "INDIVIDUAL"
            }]
        }],
        "notes": ""
    },
    "financials": {
        "company": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": 3456789.0,
            "financeCost": 876543.0,
            "netIncomeOrLoss": 876543.0,
            "profitOrLossBeforeTax": 891011.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 891011.0,
            "profitOrLossFromDiscontinuedOps": 891011.0,
            "totalAssets": 1234567.0,
            "totalCurrentAssets": 617284.0,
            "totalNonCurrentAssets": 617283.0,
            "totalLiabilities": 456789.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 333333.0,
            "totalEquity": 0.0,
            "shareCapital": 2.2345678E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": 5678910.0,
            "financeCost": 765432.0,
            "netIncomeOrLoss": 765432.0,
            "profitOrLossBeforeTax": 667788.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 667788.0,
            "profitOrLossFromDiscontinuedOps": 667788.0,
            "totalAssets": 2345678.0,
            "totalCurrentAssets": 1234567.0,
            "totalNonCurrentAssets": 1111111.0,
            "totalLiabilities": 567890.0,
            "totalCurrentLiabilities": 123789.0,
            "totalNonCurrentLiabilities": 444101.0,
            "totalEquity": 0.0,
            "shareCapital": 3.3456788E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": 3216789.0,
            "financeCost": 990011.0,
            "netIncomeOrLoss": 990011.0,
            "profitOrLossBeforeTax": 765432.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 765432.0,
            "profitOrLossFromDiscontinuedOps": 765432.0,
            "totalAssets": 3344556.0,
            "totalCurrentAssets": 1321098.0,
            "totalNonCurrentAssets": 2023458.0,
            "totalLiabilities": 273321.0,
            "totalCurrentLiabilities": 223445.0,
            "totalNonCurrentLiabilities": 49876.0,
            "totalEquity": 0.0,
            "shareCapital": 3.32211E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": 7654321.0,
            "financeCost": 122334.0,
            "netIncomeOrLoss": 122334.0,
            "profitOrLossBeforeTax": 987654.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 987654.0,
            "profitOrLossFromDiscontinuedOps": 987654.0,
            "totalAssets": 4567890.0,
            "totalCurrentAssets": 1543210.0,
            "totalNonCurrentAssets": 3024680.0,
            "totalLiabilities": 234567.0,
            "totalCurrentLiabilities": 109289.0,
            "totalNonCurrentLiabilities": 125278.0,
            "totalEquity": 0.0,
            "shareCapital": 2.7891234E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": 4510010.0,
            "financeCost": 233520.0,
            "netIncomeOrLoss": 233520.0,
            "profitOrLossBeforeTax": 522840.0,
            "tax": 0.0,
            "profitOrLossAfterTax": 522840.0,
            "profitOrLossFromDiscontinuedOps": 522840.0,
            "totalAssets": 2243949.0,
            "totalCurrentAssets": 1955418.0,
            "totalNonCurrentAssets": 288531.0,
            "totalLiabilities": 250262.0,
            "totalCurrentLiabilities": 123456.0,
            "totalNonCurrentLiabilities": 126806.0,
            "totalEquity": 0.0,
            "shareCapital": 2.3456788E7,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        }],
        "group": [{
            "fyClosingDate": "01-01-2014",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2013",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2012",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2011",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        },
        {
            "fyClosingDate": "01-01-2010",
            "currencyCode": "SGD",
            "revenue": null,
            "financeCost": null,
            "netIncomeOrLoss": null,
            "profitOrLossBeforeTax": null,
            "tax": null,
            "profitOrLossAfterTax": null,
            "profitOrLossFromDiscontinuedOps": null,
            "totalAssets": null,
            "totalCurrentAssets": null,
            "totalNonCurrentAssets": null,
            "totalLiabilities": null,
            "totalCurrentLiabilities": null,
            "totalNonCurrentLiabilities": null,
            "totalEquity": null,
            "shareCapital": null,
            "otherReserves": null,
            "retainedEarnings": null,
            "operatingCashFlow": null,
            "investingCashFlow": null,
            "financingCashFlow": null
        }]
    },
    "riskEvaluation": {
        "score": 600,
        "description": "Medium Risk",
        "strengths": [
            "The business has increased total capital employed from previous year.",
            "The business has recorded growth in total assets.",
            "The business has a substantial current leverage ratio."
        ],
        "weaknesses": [
            "The business needs to maintain good debt to equity ratio.",
            "The business has opportunity to manage inventories more effectively in order to meet short term obligations.",
            "The business shows relatively high probability of becoming insolvent based on the Altman Z-Score methodology to analyse its profitability, leverage, liquidity, solvency and activity."
        ]
    },
    "directorAppointments": {
        details: [{
            "id": "S1234567A",
            "name": "KELVIN TAN",
            "past": 3,
            "current": 1
        }, {
            "id": "S7654321B",
            "name": "NELSON CHEE",
            "past": 0,
            "current": 1
        }],
        "notes": "Directorship count (past & present) only includes directors appointed by the Company registered in the ACRA database.\nThese positions include:\n- Director\n- Managing Director\n- Chief Executive Officer\n- Alternate Director"
    },
    "pastDirectors": [{
        "name": "DICKSON TAY",
        "id": "S0912348F",
        "appointmentDate": "10-05-2009",
        "withdrawalDate": "10-07-2009",
        "address": "902 SEMBAWANG ROAD #12-203 SINGAPORE 123456"
    }],
    "subsidiary": [{
        "uen": "198302932W",
        "name": "CRYSIS PTE LTD",
        "ownership": 49.0
    },
    {
        "uen": "201000021B",
        "name": "JEHNESYS BUSINESS",
        "ownership": 100.0
    }],
    "ownership": [{
        "id": "S1234567A",
        "name": "KELVIN TAN",
        "sharesAllocated": 200000,
        "percentage": 44.44
    },
    {
        "group": "AAA",
        "sharesAllocated": 100000,
        "percentage": 22.22,
        "members": [{
            "id": "S0923941H",
            "name": "KEVIN KOO"
        },
        {
            "id": "S3125940E",
            "name": "ROYSTON ANG"
        }]
    },
    {
        "id": "200900000B",
        "name": "SYNTHESIS CORP PTE LTD",
        "sharesAllocated": 100000,
        "percentage": 22.22
    },
    {
        "group": "BBB",
        "sharesAllocated": 25000,
        "percentage": 11.11,
        "members": [{
            "id": "F9783240A",
            "name": "DESMOND TEO"
        },
        {
            "id": "G9792371L",
            "name": "MAYA LEE"
        }]
    },
    {
        "id": "A0283519P",
        "name": "DOUGLAS FINNIGAN",
        "sharesAllocated": 10,
        "percentage": 0.0
    },
    {
        "id": "G07316380",
        "name": "AINA JOY",
        "sharesAllocated": 10,
        "percentage": 0.0
    }],
    "legalBusinessOwner": {
        "root": "200900000A",
        "owners": [{
            "name": "KELVIN TAN",
            "id": "S1234567A",
            "percentage": 44.44,
            "owners": null
        },
        {
            "name": "SYNTHESIS CORP PTE LTD",
            "id": "200900000B",
            "percentage": 22.22,
            "owners": [
                "DANIEL LEE",
                "NELSON CHEE"
            ]
        },
        {
            "name": "Share Group AAA",
            "id": "Share Group AAA",
            "percentage": 22.22,
            "owners": null
        },
        {
            "name": "Share Group BBB",
            "id": "Share Group BBB",
            "percentage": 11.11,
            "owners": null
        },
        {
            "name": "DANIEL LEE",
            "id": "S3217654M",
            "percentage": 11.11,
            "owners": null
        },
        {
            "name": "NELSON CHEE",
            "id": "S7654321B",
            "percentage": 11.11,
            "owners": null
        },
        {
            "name": "AINA JOY",
            "id": "G07316380",
            "percentage": 0.0,
            "owners": null
        },
        {
            "name": "DOUGLAS FINNIGAN",
            "id": "A0283519P",
            "percentage": 0.0,
            "owners": null
        }]
    },
    "industrialAvg": {
        "revenue": [{
            "year": 2010,
            "company": 4510010.0,
            "industry": 6447398.5,
            "percentage": 69.95085
        },
        {
            "year": 2011,
            "company": 7654321.0,
            "industry": 7646603.0,
            "percentage": 100.10094
        },
        {
            "year": 2012,
            "company": 3216789.0,
            "industry": 6039187.5,
            "percentage": 53.265263
        },
        {
            "year": 2013,
            "company": 5678910.0,
            "industry": 7413730.0,
            "percentage": 76.5999
        },
        {
            "year": 2014,
            "company": 3456789.0,
            "industry": 5785629.5,
            "percentage": 59.747845
        }],
        "profit": [{
            "year": 2010,
            "company": 522840.0,
            "industry": 1123343.2,
            "percentage": 46.54321
        },
        {
            "year": 2011,
            "company": 987654.0,
            "industry": 1078304.9,
            "percentage": 91.59321
        },
        {
            "year": 2012,
            "company": 765432.0,
            "industry": 1248545.8,
            "percentage": 61.30588
        },
        {
            "year": 2013,
            "company": 667788.0,
            "industry": 1333642.8,
            "percentage": 50.07248
        },
        {
            "year": 2014,
            "company": 891011.0,
            "industry": 862180.94,
            "percentage": 103.34386
        }],
        "totalAssets": [{
            "year": 2010,
            "company": 2243949.0,
            "industry": 3300704.0,
            "percentage": 67.98395
        },
        {
            "year": 2011,
            "company": 4567890.0,
            "industry": 4024442.8,
            "percentage": 113.50366
        },
        {
            "year": 2012,
            "company": 3344556.0,
            "industry": 4155931.0,
            "percentage": 80.47669
        },
        {
            "year": 2013,
            "company": 2345678.0,
            "industry": 3832813.5,
            "percentage": 61.199898
        },
        {
            "year": 2014,
            "company": 1234567.0,
            "industry": 2641121.0,
            "percentage": 46.744053
        }],
        "totalLiabilities": [{
            "year": 2010,
            "company": 456789.0,
            "industry": 1486325.2,
            "percentage": 30.732775
        },
        {
            "year": 2011,
            "company": 456789.0,
            "industry": 1382919.0,
            "percentage": 33.030785
        },
        {
            "year": 2012,
            "company": 567890.0,
            "industry": 1648043.6,
            "percentage": 34.45843
        },
        {
            "year": 2013,
            "company": 234567.0,
            "industry": 1724209.9,
            "percentage": 13.604318
        },
        {
            "year": 2014,
            "company": 250262.0,
            "industry": 1390861.9,
            "percentage": 17.993303
        }]
    },
    "disclaimer": "The information in this report is extracted by BizInsights from ..."
}
An object containing the details of the company
Name Description Type
name The name of the entity String
uen Unique Entity Number of the entity String
registrationDate Date of registration of the entity (DD-MM-YYYY) String
nameEffectiveDate Date of change of entity name (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
country Name of the country the entity is incorporated in String
companyType Type of company String
address Registered address String
addressEffectiveDate Date of change of registered address (DD-MM-YYYY)
If no change is recorded, it will show "-"
String
status Status of the entity String
statusEffectiveDate Date of change of status (DD-MM-YYYY)
If no change is recorded, it will show the date of registration
String
primaryIndustryCode Industry code of the primary activity of the entity String
primaryIndustryDesc Description of the primary activity of the entity String
secondaryIndustryCode Industry code of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
secondaryIndustryDesc Description of the secondary activity of the entity.
If there is no secondary activity, it will show "-"
String
amalgamationDetails Description of the entities that are amalgamated to form the current entity
If there is no amalgamation records, it will show "-"
String