customs-tax


Namecustoms-tax JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/iaaan05/python-customs-tax-package
SummaryA package for calculating customs taxes, duties, and other charges.
upload_time2023-07-28 15:59:55
maintainer
docs_urlNone
authorIaaan05
requires_python>=3.11
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Customs Tax: 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-tax",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "",
    "author": "Iaaan05",
    "author_email": "iaaan100500@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/ef/32bc0e1e27880a65bf9b79582c18a49c90ce58d7c0f9481550ebbb2f95d4/customs_tax-0.0.3.tar.gz",
    "platform": null,
    "description": "# Customs Tax: 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": "",
    "summary": "A package for calculating customs taxes, duties, and other charges.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/iaaan05/python-customs-tax-package"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e1c0d63f307c72dd3674ba94851e736b9dd93a934683f8dd4ee5ccecaaa4ae2",
                "md5": "df22b4e571d5268ba4d9598b708dcfff",
                "sha256": "433f9dcbc1bbc191887698b25012f232b6de7a24538be1335bd6ac5737691ecd"
            },
            "downloads": -1,
            "filename": "customs_tax-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df22b4e571d5268ba4d9598b708dcfff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 25028,
            "upload_time": "2023-07-28T15:59:53",
            "upload_time_iso_8601": "2023-07-28T15:59:53.406230Z",
            "url": "https://files.pythonhosted.org/packages/5e/1c/0d63f307c72dd3674ba94851e736b9dd93a934683f8dd4ee5ccecaaa4ae2/customs_tax-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22ef32bc0e1e27880a65bf9b79582c18a49c90ce58d7c0f9481550ebbb2f95d4",
                "md5": "53c0fa61aac62378eebab4a1a5c6b1d0",
                "sha256": "ec39c3aeebc3b053d74d6f26741b598d9e7323f5a633e6ec6572747a37002ef8"
            },
            "downloads": -1,
            "filename": "customs_tax-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "53c0fa61aac62378eebab4a1a5c6b1d0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 13364,
            "upload_time": "2023-07-28T15:59:55",
            "upload_time_iso_8601": "2023-07-28T15:59:55.248984Z",
            "url": "https://files.pythonhosted.org/packages/22/ef/32bc0e1e27880a65bf9b79582c18a49c90ce58d7c0f9481550ebbb2f95d4/customs_tax-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-28 15:59:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iaaan05",
    "github_project": "python-customs-tax-package",
    "github_not_found": true,
    "lcname": "customs-tax"
}
        
Elapsed time: 0.10117s