customs-dtoc


Namecustoms-dtoc JSON
Version 0.0.9 PyPI version JSON
download
home_pagehttps://github.com/iaaan05/python-customs-tax-package
SummaryA package for calculating customs duties, taxes, and other charges.
upload_time2023-08-02 05:53:36
maintainer
docs_urlNone
authorIaaan05
requires_python>=3.11
licenseMIT
keywords customs duties taxes charges
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Customs Formula: Duties, Taxes, and Other Charges

## INTRODUCTION:
This is a `Python package` that I personally made to compute the customs duties, taxes, and other charges. A sample 
Command-Line Interface (CLI) calculator project using this package will be posted on my GitHub repo soon. Further 
improvements will be made on this.

## NOTES:
These are the duties, taxes, and other charges that will be computed by using this package: 

Note: The package is still incomplete since it does not handle the situations where there are missing components and 
the backward computation of each computation.

### Total Landed Cost 
  - Formal Entry
    - Sea
    - Air
  - Informal Entry
    - Sea/Air


### Components of Landed Cost
  - **Dutiable Value** (DV)
    - Sea
    - Air
  - **Customs Duty** (CUD)
  - **Bank Charge** (BC)
  - **Brokerage Fee** (B/F)
    - Formal Entry
  - **Arrastre Charge** (A/C)
    - Outports
      - Shipside
      - Pierside
    - Port of Manila (POM) and Manila International Container Port (MICP)
      - Containerized Cargo (FCL)
        - Import
        - Export
        - Shut-out Export
      - Bulk or Break-bulk Cargo (LCL)
        - Import
        - Export
      - Containerized Dangerous Cargo
        - Class 1, 6, and 8
        - Class 2, 3, 4, and 7
        - Class 5 and 9
  - **Wharfage Due** (W/D)
    - Outports
      - Shipside
      - Pierside
    - Port of Manila (POM) and Manila International Container Port (MICP)
      - Containerized Cargo (FCL)
        - Import
        - Export
      - Bulk or Break-bulk Cargo (LCL)
        - Import
        - Export
      - Containerized Dangerous Cargo
        - 20 Footer Container
        - 40 Footer Container
  - **Import Processing Fee** (IPF)
  - **Customs Documentary Stamp** (CDS)
    - Formal Entry
    - Informal Entry

### Value-Added Tax (VAT)
  - Excise Tax Shipments
  - Non-Excise Tax Shipments

### Summary of Payments (SOP)
  - Covered by Letter of Credit (L/C)
  - Covered by Non-Letter of Credit
  - Covered by Informal Entry

### Container Security Fee (CSF)
  - 20 Footer Container
  - 40 Footer Container

### Pro-Rata
  - Individual Freight
  - Individual Insurance
  - Individual Dutiable Value
  - Individual Miscellaneous Expense

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/iaaan05/python-customs-tax-package",
    "name": "customs-dtoc",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "customs,duties,taxes,charges",
    "author": "Iaaan05",
    "author_email": "iaaan100500@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f9/39/d7cae34979e04f4bdd3a460d39e1de21bb4963e5917135a895a57e976be4/customs_dtoc-0.0.9.tar.gz",
    "platform": null,
    "description": "# Customs Formula: Duties, Taxes, and Other Charges\r\n\r\n## INTRODUCTION:\r\nThis is a `Python package` that I personally made to compute the customs duties, taxes, and other charges. A sample \r\nCommand-Line Interface (CLI) calculator project using this package will be posted on my GitHub repo soon. Further \r\nimprovements will be made on this.\r\n\r\n## NOTES:\r\nThese are the duties, taxes, and other charges that will be computed by using this package: \r\n\r\nNote: The package is still incomplete since it does not handle the situations where there are missing components and \r\nthe backward computation of each computation.\r\n\r\n### Total Landed Cost \r\n  - Formal Entry\r\n    - Sea\r\n    - Air\r\n  - Informal Entry\r\n    - Sea/Air\r\n\r\n\r\n### Components of Landed Cost\r\n  - **Dutiable Value** (DV)\r\n    - Sea\r\n    - Air\r\n  - **Customs Duty** (CUD)\r\n  - **Bank Charge** (BC)\r\n  - **Brokerage Fee** (B/F)\r\n    - Formal Entry\r\n  - **Arrastre Charge** (A/C)\r\n    - Outports\r\n      - Shipside\r\n      - Pierside\r\n    - Port of Manila (POM) and Manila International Container Port (MICP)\r\n      - Containerized Cargo (FCL)\r\n        - Import\r\n        - Export\r\n        - Shut-out Export\r\n      - Bulk or Break-bulk Cargo (LCL)\r\n        - Import\r\n        - Export\r\n      - Containerized Dangerous Cargo\r\n        - Class 1, 6, and 8\r\n        - Class 2, 3, 4, and 7\r\n        - Class 5 and 9\r\n  - **Wharfage Due** (W/D)\r\n    - Outports\r\n      - Shipside\r\n      - Pierside\r\n    - Port of Manila (POM) and Manila International Container Port (MICP)\r\n      - Containerized Cargo (FCL)\r\n        - Import\r\n        - Export\r\n      - Bulk or Break-bulk Cargo (LCL)\r\n        - Import\r\n        - Export\r\n      - Containerized Dangerous Cargo\r\n        - 20 Footer Container\r\n        - 40 Footer Container\r\n  - **Import Processing Fee** (IPF)\r\n  - **Customs Documentary Stamp** (CDS)\r\n    - Formal Entry\r\n    - Informal Entry\r\n\r\n### Value-Added Tax (VAT)\r\n  - Excise Tax Shipments\r\n  - Non-Excise Tax Shipments\r\n\r\n### Summary of Payments (SOP)\r\n  - Covered by Letter of Credit (L/C)\r\n  - Covered by Non-Letter of Credit\r\n  - Covered by Informal Entry\r\n\r\n### Container Security Fee (CSF)\r\n  - 20 Footer Container\r\n  - 40 Footer Container\r\n\r\n### Pro-Rata\r\n  - Individual Freight\r\n  - Individual Insurance\r\n  - Individual Dutiable Value\r\n  - Individual Miscellaneous Expense\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package for calculating customs duties, taxes, and other charges.",
    "version": "0.0.9",
    "project_urls": {
        "Homepage": "https://github.com/iaaan05/python-customs-tax-package"
    },
    "split_keywords": [
        "customs",
        "duties",
        "taxes",
        "charges"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "15d48bb2593b6936e275a9f5ddebb7c57f204c82a63a7596209af7633ae83306",
                "md5": "08e868742d7d87fdd6de469b42920169",
                "sha256": "8907c91c79945acecdf5d246df73cae540fae2128d0dad585bea5b54de7805d6"
            },
            "downloads": -1,
            "filename": "customs_dtoc-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "08e868742d7d87fdd6de469b42920169",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 27954,
            "upload_time": "2023-08-02T05:53:34",
            "upload_time_iso_8601": "2023-08-02T05:53:34.576595Z",
            "url": "https://files.pythonhosted.org/packages/15/d4/8bb2593b6936e275a9f5ddebb7c57f204c82a63a7596209af7633ae83306/customs_dtoc-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f939d7cae34979e04f4bdd3a460d39e1de21bb4963e5917135a895a57e976be4",
                "md5": "f2fba7a121602ccefcaa96ae81c68a93",
                "sha256": "158514af1ec552b5b05cd6f2a1de9b6b0b9c6458bcb01d79dc346849b80dc094"
            },
            "downloads": -1,
            "filename": "customs_dtoc-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "f2fba7a121602ccefcaa96ae81c68a93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 14207,
            "upload_time": "2023-08-02T05:53:36",
            "upload_time_iso_8601": "2023-08-02T05:53:36.438961Z",
            "url": "https://files.pythonhosted.org/packages/f9/39/d7cae34979e04f4bdd3a460d39e1de21bb4963e5917135a895a57e976be4/customs_dtoc-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-02 05:53:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iaaan05",
    "github_project": "python-customs-tax-package",
    "github_not_found": true,
    "lcname": "customs-dtoc"
}
        
Elapsed time: 0.10505s