5184
ID | 5184 |
Data | 2018-03-21 |
Symbol | 2018/03/21/5184 |
Instytucja | Ministerstwo Finansów |
Nazwa | FAT-1 INFORMACJE O AMERYKAŃSKICH RACHUNKACH RAPORTOWANYCH |
Czy Aktualny | 1 |
---|
Ustawy (1)
Pliki
Schemat
<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:etd="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2016/01/25/eD/DefinicjeTypy/" xmlns:kck="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/05/23/eD/KodyCECHKRAJOW/" xmlns:tns="http://crd.gov.pl/wzor/2018/03/21/5184/" targetNamespace="http://crd.gov.pl/wzor/2018/03/21/5184/" elementFormDefault="qualified" attributeFormDefault="unqualified" xml:lang="pl">
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2016/01/25/eD/DefinicjeTypy/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2016/01/25/eD/DefinicjeTypy/StrukturyDanych_v4-0E.xsd"/>
<xsd:import namespace="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/05/23/eD/KodyCECHKRAJOW/" schemaLocation="http://crd.gov.pl/xml/schematy/dziedzinowe/mf/2013/05/23/eD/KodyCECHKRAJOW/KodyCechKrajow_v3-0E.xsd"/>
<xsd:complexType name="AccountHolder_Type">
<xsd:annotation>
<xsd:documentation>Typ posiadacza rachunku</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:choice>
<xsd:element name="Individual" type="tns:PersonParty_Type"/>
<xsd:sequence>
<xsd:element name="Organisation" type="tns:OrganisationParty_Type"/>
<xsd:element name="AcctHolderType" type="tns:FatcaAcctHolderType_EnumType"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="AccountNumber_Type">
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="200"/>
<xsd:pattern value="([\p{L}0-9/\-?:().,'+* _]*[\p{L}0-9/\-?:().,'+*_]+[\p{L}0-9/\-?:().,'+* _]*)"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="AcctNumberType_EnumType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Account Number Type</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="OECD601">
<xsd:annotation>
<xsd:documentation>IBAN</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OECD602">
<xsd:annotation>
<xsd:documentation>OBAN</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OECD603">
<xsd:annotation>
<xsd:documentation>ISIN</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OECD604">
<xsd:annotation>
<xsd:documentation>OSIN</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="OECD605">
<xsd:annotation>
<xsd:documentation>Other</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="Address_Type">
<xsd:annotation>
<xsd:documentation>Typ adresu; zalecane jest użycie adresu strukturalnego</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="CountryCode" type="etd:TKodKraju"/>
<xsd:choice>
<xsd:element name="AddressFree" type="tns:AddressFree_Type"/>
<xsd:sequence>
<xsd:element name="AddressFix" type="tns:AddressFix_Type"/>
<xsd:element name="AddressFree" type="tns:AddressFree_Type" minOccurs="0"/>
</xsd:sequence>
</xsd:choice>
</xsd:sequence>
<xsd:attribute name="legalAddressType" type="tns:OECDLegalAddressType_EnumType" use="optional">
<xsd:annotation>
<xsd:documentation>Typ oficjalnego adresu</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<xsd:complexType name="AddressFix_Type">
<xsd:annotation>
<xsd:documentation>Adres strukturalny</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Street" type="xsd:string" minOccurs="0"/>
<xsd:element name="BuildingIdentifier" type="tns:IdPrefix_Type" minOccurs="0"/>
<xsd:element name="SuiteIdentifier" type="tns:IdPrefix_Type" minOccurs="0"/>
<xsd:element name="FloorIdentifier" type="tns:IdPrefix_Type" minOccurs="0"/>
<xsd:element name="DistrictName" type="tns:NazwaTytul_Type" minOccurs="0"/>
<xsd:element name="POB" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="50"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="PostCode" type="tns:IdPrefix_Type" minOccurs="0"/>
<xsd:element name="City" type="tns:NazwaTytul_Type"/>
<xsd:element name="CountrySubentity" minOccurs="0">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="AddressFree_Type">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 500 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:minLength value="1"/>
<xsd:maxLength value="500"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="CorrectableAccountReport_Type">
<xsd:annotation>
<xsd:documentation>Zestaw danych o rachunku bankowym</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DocSpec" type="tns:DocSpec_Type"/>
<xsd:element name="AccountNumber" type="tns:FATAccountNumber_Type">
<xsd:annotation>
<xsd:documentation>Numer amerykańskiego rachunku raportowanego</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccountClosed" type="xsd:boolean" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Rachunek zamknięty</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccountHolder" type="tns:AccountHolder_Type">
<xsd:annotation>
<xsd:documentation>Posiadacz rachunku</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="SubstantialOwner" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Określenie „osoby kontrolujące” powinno być interpretowane w sposób spójny z Rekomendacjami Grupy do Spraw Działań Finansowych (Financial Action Task Force)</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice>
<xsd:element name="Individual" type="tns:PersonParty_Type">
<xsd:annotation>
<xsd:documentation>„Osoba kontrolująca” będąca osobą fizyczną</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Organisation" type="tns:OrganisationParty_Type">
<xsd:annotation>
<xsd:documentation>„Osoba kontrolująca” nie będąca osobą fizyczną</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
<xsd:element name="AccountBalance" type="tns:MonAmnt_Type">
<xsd:annotation>
<xsd:documentation>Saldo rachunku lub wartość rachunku raportowanego (włączając, w przypadku pieniężnych umów ubezpieczenia lub umów pieniężnej renty okresowej, wartość pieniężną lub wartość wykupu) ustaloną na koniec roku kalendarzowego lub, jeżeli rachunek został zamknięty w ciągu roku, bezpośrednio przed jego zamknięciem</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Payment" type="tns:Payment_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Płatności</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="CorrectableNilReport_Type">
<xsd:annotation>
<xsd:documentation xml:lang="en">Type that contains details about Nil Report. Nil Report indicates that financial institution does not have accounts to report</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DocSpec" type="tns:DocSpec_Type"/>
<xsd:element name="NoAccountToReport">
<xsd:annotation>
<xsd:documentation>Oznaczenie braku rachunków do raportowania</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="yes"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="Deklaracja">
<xsd:annotation>
<xsd:documentation>INFORMACJE O AMERYKAŃSKICH RACHUNKACH RAPORTOWANYCH</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Naglowek" type="tns:TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek informacji</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Podmiot1">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="NazwaPodmiotu" type="tns:NazwaTytul_Type">
<xsd:annotation>
<xsd:documentation>Nazwa instytucji przekazującej informacje</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NIP" type="etd:TNrNIP">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy NIP instytucji przekazującej informacje</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="FATCA" type="tns:Fatca_Type" maxOccurs="100"/>
</xsd:sequence>
</xsd:complexType>
<xsd:unique name="klucz_IdKoryg">
<xsd:selector xpath="tns:Naglowek/tns:IdWiadomosci|tns:Naglowek/tns:IdWiadomosciKorygowanej"/>
<xsd:field xpath="."/>
</xsd:unique>
<xsd:unique name="klucz_DocRefId">
<xsd:selector xpath=".//tns:DocSpec/tns:DocRefId|.//tns:DocSpec/tns:CorrDocRefId"/>
<xsd:field xpath="."/>
</xsd:unique>
</xsd:element>
<xsd:simpleType name="DocRefId_Type">
<xsd:annotation>
<xsd:documentation>Typ indentyfikatora elementu AccountReport</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[0-9]{1,20}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="DocSpec_Type">
<xsd:annotation>
<xsd:documentation>Specyfikacja dokumentu</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="DocTypeIndic" type="tns:FatcaDocTypeIndic_EnumType">
<xsd:annotation>
<xsd:documentation>FATCA1 = Nowe dane FATCA2 = Dane korygowane wyłącznie na wniosek IRS FATCA3 = Usuwane dane FATCA4 = Dane korygowane bez wniosku IRS</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="DocRefId" type="tns:DocRefId_Type">
<xsd:annotation>
<xsd:documentation>Identyfikator danych</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CorrDocRefId" type="tns:DocRefId_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Referencja do identyfikatora DocRefId dotyczącego korygowanych danych</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Fatca_Type">
<xsd:annotation>
<xsd:documentation>Dane o raportującej instytucji finansowej oraz raportowanych rachunkach bankowych</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ReportingFI">
<xsd:annotation>
<xsd:documentation>Polska raportująca instytucja finansowa</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="tns:OrganisationFIParty_Type">
<xsd:sequence>
<xsd:element name="DocSpec" type="tns:DocSpec_Type"/>
<xsd:element name="NIP" type="etd:TNrNIP">
<xsd:annotation>
<xsd:documentation>Identyfikator podatkowy NIP</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="FilerCategory" type="tns:FatcaFilerCategory_EnumType">
<xsd:annotation>
<xsd:documentation>Kod identyfikujący kategorię raportującej instytucji finansowej</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="ReportingGroup">
<xsd:complexType>
<xsd:choice>
<xsd:element name="NilReport" type="tns:CorrectableNilReport_Type">
<xsd:annotation>
<xsd:documentation>Element informujący o braku rachunków do raportowania</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="AccountReport" type="tns:CorrectableAccountReport_Type" maxOccurs="500"/>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="FatcaAcctHolderType_EnumType">
<xsd:annotation>
<xsd:documentation>Typ posiadacza rachunku - osoby niefizycznej</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="FATCA101">
<xsd:annotation>
<xsd:documentation>Instytucja finansowa z właścicielem (właścicielami), będącym(mi) szczególną osobą amerykańską/szczególnymi osobami amerykańskimi, przekazująca informacje o swoich właścicielach instytucjom finansowym, od których otrzymuje płatności podlegające podatkowi u źródła</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA102">
<xsd:annotation>
<xsd:documentation>Pasywny niefinansowy podmiot z istotnym udziałem właściciela (właścicieli) amerykańskiego (ich)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA103">
<xsd:annotation>
<xsd:documentation>Wyłączona instytucja finansowa</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA104">
<xsd:annotation>
<xsd:documentation>Szczególna osoba amerykańska</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA105">
<xsd:annotation>
<xsd:documentation>Bezpośrednio raportujący niefinansowy podmiot zagraniczny</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FatcaDocTypeIndic_EnumType">
<xsd:annotation>
<xsd:documentation>Typ danych</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="FATCA1">
<xsd:annotation>
<xsd:documentation>Nowe dane</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA2">
<xsd:annotation>
<xsd:documentation>Dane korygowane wyłącznie na wniosek IRS</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA3">
<xsd:annotation>
<xsd:documentation>Usuwane dane</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA4">
<xsd:annotation>
<xsd:documentation>Dane korygowane bez wniosku IRS</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FatcaFilerCategory_EnumType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Filer Category</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="FATCA601">
<xsd:annotation>
<xsd:documentation>PFFI (other than a Reporting Model 2 FFI and including a U.S. branch of a PFFI not treated as a U.S. person)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA602">
<xsd:annotation>
<xsd:documentation>RDC FFI</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA603">
<xsd:annotation>
<xsd:documentation>Limited Branch or Limited FFI</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA604">
<xsd:annotation>
<xsd:documentation>Reporting Model 2 FFI</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA605">
<xsd:annotation>
<xsd:documentation>QI, WP, or WT</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA606">
<xsd:annotation>
<xsd:documentation>Direct Reporting NFFE</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA610">
<xsd:annotation>
<xsd:documentation>Withholding Agent (including a U.S. branch of a PFFI, Reporting Model 1 FFI, Reporting Model 2 FFI, or RDC FFI treated as a U.S. person and a U.S. branch of a Reporting Model 1 FFI (including any other RDC FFI) or Limited FFI that is not treated as a U.S. person)</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA611">
<xsd:annotation>
<xsd:documentation>Territory Financial Institution treated as a U.S. person</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA999">
<xsd:annotation>
<xsd:documentation>nie dotyczy</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="FatcaPaymentType_EnumType">
<xsd:annotation>
<xsd:documentation>Typ płatności FATCA</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="FATCA501">
<xsd:annotation>
<xsd:documentation>Dywidendy</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA502">
<xsd:annotation>
<xsd:documentation>Odsetki</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA503">
<xsd:annotation>
<xsd:documentation>Przychody/umorzenia brutto</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="FATCA504">
<xsd:annotation>
<xsd:documentation>Inne - FATCA</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="FATAccountNumber_Type">
<xsd:annotation>
<xsd:documentation xml:lang="en">Type that contains the details about account number</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:AccountNumber_Type">
<xsd:attribute name="AcctNumberType" type="tns:AcctNumberType_EnumType" use="optional">
<xsd:annotation>
<xsd:documentation>Typ numeru rachunku</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="GIIN_FI_Type">
<xsd:annotation>
<xsd:documentation>Typ GIIN</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:GIIN_Type">
<xsd:attribute name="issuedBy" type="kck:CountryCode_Type" use="required" fixed="US">
<xsd:annotation>
<xsd:documentation>Kod kraju wydania identyfikatora</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="GIIN_Type">
<xsd:annotation>
<xsd:documentation>Typ definiujący pattern dla GIIN</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="(([A-Z0-9/\-?:().,'+*_]{6})[.]([A-Z0-9/\-?:().,'+*_]{5})[.]([A-Z]{2})[.]\d{3})"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="IdPrefix_Type">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 20 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="20"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="InstWyl_Type">
<xsd:annotation>
<xsd:documentation>Informacja o łącznej kwocie płatności denominowanej w dolarach amerykańskich (po kursie obowiązującym na ostatni dzień roku kalendarzowego) na rzecz instytucji wyłączonej</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Name" type="tns:NameOrganisation_Type"/>
<xsd:element name="PaymentAmnt" type="tns:MonAmnt_TypeInstWyl"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="MonAmnt_Type">
<xsd:annotation>
<xsd:documentation>Typ kwoty płatności</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:TwoDigFract_Type">
<xsd:attribute name="currCode" type="kck:currCode_Type" use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="MonAmnt_TypeInstWyl">
<xsd:annotation>
<xsd:documentation>Typ kwoty płatności na rzecz instytucji wyłączonej (denominowanej w dolarach amerykańskich)</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:TwoDigFract_Type">
<xsd:attribute name="currCode" use="required">
<xsd:simpleType>
<xsd:restriction base="kck:currCode_Type">
<xsd:enumeration value="USD"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NameOrganisation_Type">
<xsd:annotation>
<xsd:documentation>Typ nazwy organizacji</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:NazwaTytul_Type"/>
</xsd:simpleContent>
</xsd:complexType>
<xsd:complexType name="NamePerson_Type">
<xsd:annotation>
<xsd:documentation>Typ nazwy dla osoby fizycznej</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="FirstName" type="tns:NazwaTytul_Type">
<xsd:annotation>
<xsd:documentation>Imię pierwsze</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MiddleName" type="tns:NazwaTytul_Type" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Imię drugie. Istotny element identyfikacyjny dla wielu narodowości, dotyczy nazw lub określeń takich jak: imię nadane, imię chrześcijańskie, imię ojca, imię, drugie imię, kolejne imiona, nazwisko panieńskie</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="NamePrefix" type="tns:IdPrefix_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Dotyczy przedrostków znajdujących się przed elementem „Last Name” i element może ten przyjmować następujące wartości: de, van, van de, von etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="LastName" type="tns:NazwaTytul_Type">
<xsd:annotation>
<xsd:documentation>Nazwisko</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="NazwaTytul_Type">
<xsd:annotation>
<xsd:documentation>Typ znakowy ograniczony do 240 znaków</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:minLength value="1"/>
<xsd:maxLength value="240"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="OECDLegalAddressType_EnumType">
<xsd:annotation>
<xsd:documentation>Dotyczy oficjalnego adresu, służy do wskazania typu oficjalnego adresu, np.: (zamieszkania, firmowy itd.)
Możliwe wartości:
OECD301=zamieszkaniaLubFirmowy/residentialOrBusiness
OECD302=zamieszkania/residential
OECD303=firmowy/business
OECD304=siedziby/registeredOffice
OECD305=nieokreślony/unspecified
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:token">
<xsd:enumeration value="OECD301"/>
<xsd:enumeration value="OECD302"/>
<xsd:enumeration value="OECD303"/>
<xsd:enumeration value="OECD304"/>
<xsd:enumeration value="OECD305"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="OrganisationFIParty_Type">
<xsd:annotation>
<xsd:documentation>Zestaw danych o organizacji</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ResCountryCode" type="etd:TKodKraju"/>
<xsd:element name="TIN" type="tns:GIIN_FI_Type">
<xsd:annotation>
<xsd:documentation>Dla ReportingFI należy uzupełnić wartością GIIN. Zgodnie z art. 4 ust. 6 ustawy z dnia 9 października 2015 r. o wykonywaniu Umowy między Rządem Rzeczypospolitej Polskiej a Rządem Stanów Zjednoczonych Ameryki w sprawie poprawy wypełniania międzynarodowych obowiązków podatkowych oraz wdrożenia ustawodawstwa FATCA (Dz. U. poz. 1712) raportująca polska instytucja finansowa jest obowiązana do uzyskania Globalnego Numeru Identyfikującego Pośrednika przed pierwszym przekazaniem informacji o amerykańskich rachunkach raportowanych, poprzez rejestrację w IRS, oraz do jego wskazywania w tych informacjach.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Name" type="tns:NameOrganisation_Type"/>
<xsd:element name="Address" type="tns:Address_Type" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="OrganisationParty_Type">
<xsd:annotation>
<xsd:documentation>Zestaw danych o organizacji</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ResCountryCode" type="etd:TKodKraju" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="TIN" type="tns:TIN_FAT_Type" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>W przypadku elementów AccountHolder oraz SubstantialOwner będących organizacją należy uzupełnić wartością TIN nadaną przez IRS (w przypadku braku TIN należy wstawić ‘AAAAAAAAA’), atrybut issuedBy musi mieć wartość 'US'</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Name" type="tns:NameOrganisation_Type"/>
<xsd:element name="Address" type="tns:Address_Type" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="Payment_Type">
<xsd:annotation>
<xsd:documentation>Typ płatności</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="Type" type="tns:FatcaPaymentType_EnumType">
<xsd:annotation>
<xsd:documentation>Typ płatności FATCA501 = Dywidendy (Łączna wartość brutto dywidend) FATCA502 = Odsetki ( W przypadku rachunku powierniczego Łączna wartość brutto odsetek; W przypadku rachunku depozytowego: Łączna wartość brutto odsetek wypłaconych lub uznanych w poczet rachunku w roku kalendarzowym lub innym stosownym okresie raportowania ) FATCA503 = Przychody/umorzenia brutto ( Łączna wartość brutto przychodów ze sprzedaży lub umorzenia aktywów wypłaconych lub uznanych w poczet rachunku w roku kalendarzowym lub innym stosownym okresie raportowania w związku z którymi raportująca polska instytucja finansowa działała jako powiernik, broker, pełnomocnik lub innego rodzaju agent działający na rzecz posiadacza rachunku) FATCA504 = Inne(Łączne wartości brutto wypłacone lub uznane w poczet rachunku w roku kalendarzowym lub innym stosownym okresie raportowania, inne niż raportowane jako typy FATCA501-503, w związku z którymi raportująca polska instytucja finansowa działa jako zobowiązany lub dłużnik, włączając łączną wartość jakichkolwiek kwot umorzeń dokonanych na rzecz posiadacza rachunku w roku kalendarzowym lub innym stosownym okresie raportowania)</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="PaymentAmnt" type="tns:MonAmnt_Type">
<xsd:annotation>
<xsd:documentation>Kwota płatności</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name="PersonParty_Type">
<xsd:annotation>
<xsd:documentation>Zestaw danych o osobie fizycznej</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="ResCountryCode" type="etd:TKodKraju" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Kod kraju</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TIN" type="tns:TIN_FAT_Type" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Należy uzupełnić wartością TIN nadaną przez IRS (w przypadku braku TIN należy wstawić ‘AAAAAAAAA’), atrybut issuedBy musi mieć wartość 'US'</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Name" type="tns:NamePerson_Type"/>
<xsd:element name="Address" type="tns:Address_Type" maxOccurs="unbounded"/>
<xsd:element name="Nationality" type="etd:TKodKraju" minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="BirthInfo" minOccurs="0">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="BirthDate" type="etd:TData" minOccurs="0"/>
<xsd:element name="City" type="tns:NazwaTytul_Type" minOccurs="0"/>
<xsd:element name="CitySubentity" type="tns:NazwaTytul_Type" minOccurs="0">
<xsd:annotation>
<xsd:documentation>Dotyczy przypadków miast, które ze względu na swoją wielkość posiadają dodatkowo wewnętrznie wydzielone administracyjnie jednostki, np.: w Nowym Jorku przykładem może być Manhattan, a w Berlinie - Kreuzberg</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="CountryInfo" minOccurs="0">
<xsd:complexType>
<xsd:choice>
<xsd:element name="CountryCode" type="etd:TKodKraju"/>
<xsd:element name="FormerCountryName" type="tns:NazwaTytul_Type">
<xsd:annotation>
<xsd:documentation>Element ten należy uzupełnić w przypadku gdy nastąpiła zmiana nazwy państwa urodzenia, np.: dana osoba urodziła się jeszcze w Czechosłowacji, która w wyniku przemian politycznych przekształciła się w Czechy i Słowację lub na Cejlonie - obecnie Sri Lanka etc.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="TIdWiad">
<xsd:annotation>
<xsd:documentation>Typ identyfikatora wiadomości</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:whiteSpace value="collapse"/>
<xsd:pattern value="[A-Za-z0-9\+\*]{1,15}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="TIN_FAT_Type">
<xsd:annotation>
<xsd:documentation>Typ identyfikatora podatkowego</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="tns:TIN_Type">
<xsd:attribute name="issuedBy" type="kck:CountryCode_Type" use="required" fixed="US">
<xsd:annotation>
<xsd:documentation>Kod kraju wydania identyfikatora</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
<xsd:simpleType name="TIN_Type">
<xsd:annotation>
<xsd:documentation>Typ zawierający pattern dla TIN</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:pattern value="[A-Za-z0-9]{1,20}"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType name="TKodFormularza">
<xsd:annotation>
<xsd:documentation>Symbol wzoru formularza</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="FAT-1"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="TNaglowek">
<xsd:annotation>
<xsd:documentation>Nagłówek deklaracji</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="KodFormularza">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="tns:TKodFormularza">
<xsd:attribute name="kodSystemowy" type="xsd:string" use="required" fixed="FAT-1 (3)"/>
<xsd:attribute name="wersjaSchemy" type="xsd:string" use="required" fixed="1-0E"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="WariantFormularza">
<xsd:simpleType>
<xsd:restriction base="xsd:byte">
<xsd:enumeration value="3"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="Rok">
<xsd:simpleType>
<xsd:restriction base="etd:TRok">
<xsd:minInclusive value="2017"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>
<xsd:element name="IdWiadomosci" type="tns:TIdWiad">
<xsd:annotation>
<xsd:documentation>Identyfikator wysyłanej wiadomości</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="IdWiadomosciKorygowanej" type="tns:TIdWiad" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Identyfikator wiadomości korygowanej</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name="TwoDigFract_Type">
<xsd:annotation>
<xsd:documentation>Wartość kwotowa zawierająca maksymalnie 2 cyfry po przecinku</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:decimal">
<xsd:fractionDigits value="2"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>