<%@LANGUAGE="VBSCRIPT"%> <% Dim MembersRecords1 Dim MembersRecords1_numRows Set MembersRecords1 = Server.CreateObject("ADODB.Recordset") MembersRecords1.ActiveConnection = MM_connIVA_STRING MembersRecords1.Source = "SELECT * FROM members_list" MembersRecords1.CursorType = 0 MembersRecords1.CursorLocation = 2 MembersRecords1.LockType = 1 MembersRecords1.Open() MembersRecords1_numRows = 0 %> Japan
IVA Online
Activity Sectors Historic Objectives Meetings Members Area Members List Contact Us

JAPAN

•Consumption Tax
•5% (4% National Tax, 1% Local Tax)
•Currency:  Yen, JPY, ¥

•Pre-Registration (must be submitted before the end of the Applicant’s fiscal year, for expenses to be incurred in the next fiscal year
•Fiscal Representative Required
•List of Invoices (No invoices / receipts are submitted with the claim, but originals must be available on file with Fiscal Rep, on demand, if tax office wants to audit)

•Annual Claim for entire Fiscal Year of Applicant’s expenses
•Deadline: Within 2 months of the end of
Applicant’s Fiscal Year
•Refund sent to Fiscal Representative approximately
2 months after submission of the claim
•www.mof.go.jp/english/tax/taxes2003e.htm  (English)

 

Search our website:
 


[ home ] [ activity sectors ] [ historic objective ] [ meetings ] [ members area ] [ members list ] [ contact details ]
web site by Tangerine Design
<% MembersRecords1.Close() Set MembersRecords1 = Nothing %>