Skip to content

Flanks Data Model

In our product you can find many fields that have been standardized by Flanks. In this section you can find different types for products and transactions.

This page is subject to change and new types may be added in the future.

Portfolios

Field

Type

Description

name

str

portfolio name set by the "entity".

type

str

type of portfolio depends on the investments it contains, if it contains several types it will be marked as MIX otherwise it will follow the Portfolio Types table.

tax_type *

str

Fiscal nature of the portfolio, value depending on country.

currency

str

Currency of the product. Follow the ISO 4217.

_id

str

Unique ID of the product, based on the user credentials_token and the refValores number.

refValores *

str

Number of the investments accounts from the entity. In some case the portfolio can be cancelled and the data not accessible.

refAccount *

str

IBAN of main cash account related to the portfolio.

refAccounts *

str

IBAN of all cash account related to the portfolio.

owners

[str]

List of the holders of the portfolio.

balance

float

Current valuation of the portfolio on the currency.

entity

str

Name of the entity where the credentials belongs to.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

updated_at_timestamp

int

Last time when the portfolio was seen and the information was refreshed.

* Can be null

Portfolio Types

The type of the portfolio depends on the investment it contains.

API Value

Investment type inside portfolio

M (Managed)

Any type

UM (Unmanaged)

Any type

F

F

S

VI

CFD

CFD

PP

PP

FI

FI

C

C

ETF

ETF

L

L

O

O

DV

DV

BP

BP

AEP

AEP

MIX

More than one type of investment mentioned above

Investments

Field

Type

Description

_id

str

Unique ID of the product, based on the user credentials_token and the ISIN number.

name

str

General name of the product.

isin

str

General identification number, if the product has other identifiers they will be included in this field.

cusip *

str

Nine-digit alphanumeric code that identifies a North American financial security.

symbol *

str

Market symbol of the product in case that the product is equity.

entity

str

Name of the entity where the credentials belongs to.

amount

float

Number of shares the user has on this product.

balance

float

Valuation of the investment using the currency of the product.

currency

str

Currency of the product. Follows the ISO 4217.

portfolio_id

str

Flanks identifier that can be linked with the _id of the /portfolios call.

detail

{}

This field will return some public information of the product. We can link your product with information sources like MorningStar or Bloomberg.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

cost *

float

Investment cost at time of purchase.

is_nominal

bool

Indicates if amount is in participations or in nominal.

cnmv *

{}

This field will be included only if the product is a Fund (investment type F) and is registered with the CNMV. See the CNMV table.

dgs *

{}

This field will be included if the product is a Pension Plan. See the DGS table.

initial_date *

str

Date of first buy, subscription or switch was realized.

valuation_date *

str

Date where balance was calculated, if given by the bank.

expiration_date *

str

For fixed-income investments (type FI) is the maturity date.

performance *

float

Those issues dealing with the amount and value of money, wealth, debt, and investment. The performance is a decimal number expressed as per unit. An example would be a performance of 0.2, which in percentage would be 20%.

performance_detail *

{}

The performance detail are taken over 1, not percentage. See the Performance Detail table.

analytics *

{}

The ratios are taken over 1, not percentage. See the Investment Analytics table.

interest *

{}

Interest rating information for the investment. See the Investment Interest table.

market *

str

ISO MIC code (ISO 10383).

operating_market *

str

ISO Operating MIC code (ISO 10383).

capital_gain *

float

A capital gain is an increase in the value of an asset or investment resulting from the price appreciation of the asset or investment.

accrued_interest *

float

Accrued interest refers to the amount of interest that has been incurred, as of a specific date, on a loan or other financial obligation but has not yet been paid out. Accrued interest can either be in the form of accrued interest revenue, for the lender, or accrued interest expense, for the borrower. Is a number over 1 not percentage.

price_ex_cupon *

float

The present discounted value of future cash stream generated by a bond. It refers to the sum of the present values of all likely coupon payments plus the present value of the par value at maturity.

type

str

Investment type. See types available in the Investment Types table.

subtype *

str

Investment subtype. See subtypes available in the Investment Subtypes table.

leverage *

float

Leverage of the investment.

placing_bank *

str

For deposits is the bank where the money is placed.

updated_at_timestamp

int

Last time when the investment was seen and the information was refreshed.

country_model

{}

List of objects with product data whose content varies depending on the given country. If not available, the list will be empty. This field aggregates data for the countries listed in the Country Model table.

* Can be null

Investment CNMV

Field

Type

Description

isin *

str

General identification number (the same as in the previous ISIN field)

gestora *

str

Name of the investment management company.

cif_gestora *

str

CIF (tax identification code) of the investment management company.

depositaria *

str

Name of the investment custodian company.

cif_depositaria *

str

CIF (tax identification code) of the investment custodian company.

num_registro_gestora *

str

CNMV code of the investment management company.

num_registro_depositaria *

str

CNMV code of the investment custodian company.

* Can be null

Investment DGS

Field

Type

Description

gestora *

str

Name of the investment management company

cif_gestora *

str

CIF (tax identification code) of the investment management company.

* Can be null

Investment Performance Detail

Field

Type

Description

MTD *

float

Performance from the last month.

QTD *

float

Performance from the last 3 months.

Halfyear *

float

Performance from the last 6 months.

YTD *

float

Performance in the current year.

Yearly *

float

Performance from the last 12 months.

InitialToDate *

float

Performance since the beginning.

InitialToDateYearly *

float

Performance since the beginning annualized.

* Can be null

Investment Analytics

Field

Type

Description

risk *

float

Value at risk (only funds and PP).

sharpe_ratio *

float

Commonly used to gauge the performance of an investment by adjusting for its risk (only funds and PP).

beta_ratio *

float

Beta is a measure of a stock's volatility in relation to the overall market.

tracking_error___ratio *

float

Tracking error is a measure of financial performance that determines the difference between the return fluctuations of an investment portfolio and the return fluctuations of a chosen (only funds and PP)

volatility *

float

Statistical measure of the dispersion of returns for a given security or market index.

PER *

float

Ratio of a company's share stock price to the company's earnings per share (Only VI and ETF)

ROE *

float

Return to equity (Only VI and ETF).

PES *

float

Price to Earnings (Only VI and ETF).

EPS *

float

Earning per share (Only VI and ETF).

ROA *

float

Return on Asset (Only VI and ETF).

* Can be null

Investment Interest

Field

Type

Description

rate *

float

Value at rate in percentage.

benchmark *

str

Benchmark name for the rate value. If it is null, the rate will be fixed.

* Can be null

Investment Country Model

Country

Fields

Brazil

country

Country of the code - "BR".

issuer

Entity issuing the product.

Mexico

country

Country of the code - "MX".

emisora

The company or institution that issues the product in the mexican market.

Investment Types

Type

Description

F

Funds

VI

Variable Income

PP

Pension Plan

FI

Fixed Income

C

Crypto Currencies

ETF

Exchange-Traded Fund

CFD

Contract For Differences

L

Liquidity

O

Others

DV

Derivatives

BP

Bank Products

AEP

Alternative and Emerging Products

Investment Subtypes

Flanks Investment Subtype

API Representation

Investment type

Forex Option

FOP

Derivatives

Option

OP

Derivatives

Futures

FT

Derivatives

Warrants

W

Derivatives

Commodities

COM

Derivatives

Forex forwards

FF

Derivatives

Certificate Deposit

CD

Bank Products

Private Equity

PE

Alternative and Emerging Products

Real Asset

RA

Alternative and Emerging Products

Investment Transactions

Field

Type

Description

accountDest *

str

For funds transfer (type 4 and symb "-") is the refvalores of the portfolio receiving the transfer.

accrued_interest *

float

Total quantity of accrued interest in buy and sells of fixed-income asset in.

amount

float

Number of shares involved on the investment_transaction, it will be negative or positive depending on the investment type.

amountDest *

float

for funds transfer (type 4 and symb "-") is the number of titles in the counterpart transaction.

balance *

float

Number of accumulated shares after the transaction.

commission *

float

Commission of the transaction.

commissionDest *

float

For funds transfer (type 4 and symb "-") is the commission in the counterpart transaction.

commission_detail

{}

Commission breakdown. See Commission Detail table.

currency

str

Currency, same as investment currency. Follows the ISO 4217. All quantities of the transaction are given in this currency.

currencyDest *

str

For funds transfer (type 4 and symb "-") is the currency in the counterpart transaction.

description

str

Concept of the investment_transaction, it will appear standardized on the type field.

entity

str

Entity name of the associated credentials.

exchange

float

Multiplier to convert between investment currency and portfolio currency. 1 unit of investment currency is equivalent to "exchange" units of portfolio currency. It's 1.0 if both currencies are equal.

exchangeToPaymentCurrency

float

Multiplier to convert between investment currency and payment currency. 1 unit of investment currency is equivalent to "exchangeToPaymentCurrency" units of transaction currency. It's 1.0 if both currencies are equal.

exchangeToTransactionCurrency

float

Multiplier to convert between investment currency and transaction currency. 1 unit of investment currency is equivalent to "exchangeToTransactionCurrency" units of transaction currency. It's 1.0 if both currencies are equal.

expenses *

float

Expense is the cost associated to the operation.

expenses_detail *

{}

Expense is the cost of operations that a company incurs to generate revenue. See Expenses Detail table.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

investment_id

str

Flanks id of the investment, it can be linked with the /investment response.

isin

str

ISIN or DGS of the product related to the transaction.

isinDest *

str

For funds transfer (type 4 and symb "-") is the isin number in the counterpart transaction.

leverage *

float

If applies is the leverage of the transaction.

netCash

float

Net cost of the transaction.

netCashDest *

float

For funds transfer (type 4 and symb "-") is the cash quantity in the counterpart transaction.

operationDate

str

Date when the investment_transaction was ordered.

order_id *

str

Id identifier of the order belonging the transaction, given by the bank.

origin_gain

{}

Total amount of gain accumulated.

origin_gain_detail *

{}

Is a list of dictionaries. The keys of the dictionaries are the same as in origin gain. Origin gain detail is the historical data of each transfer.

originalCurrency

str

Original investment currency value.

pair_transaction_id *

str

For forex transactions. Relates pair transactions.

paymentCurrency

str

The currency of the account where the transaction was settled.

refAccountIBAN *

str

IBAN of the associated current account of the portfolio that contains the investment related to the transaction.

referenceCurrency

str

Currency reference of the portfolio that contains the investment related to the transaction.

refValos *

str

Contract of the portfolio containing the investment related to the transaction.

retention *

float

Total retention of the transaction.

retention_detail *

{}

Retention breakdown, composed by origin and destination retention. Values inside can be null.

reversal_type *

str

Type of the transaction reverted, only if type is "28".

symb

str

Indicates if the transaction increases (+) or decreases (-) the number of participations or titles.

symbDest *

str

For funds transfer (type 4 and symb "-") is the symb field ('+') in the counterpart transaction.

transaction_id *

str

Id identifier for the transactions given by the bank.

transactionCurrency

str

Currency in which transaction values were reported. Follows the ISO 4217.

unitPrice

float

Price of the participations or titles at the moment of the transaction.

type

str

Standard type of the investment_transaction, you will find all the operations that we have in the Investment Transaction Types table.

unitPriceDest *

float

for funds transfer (type 4 and symb "-") is the price of titles in the counterpart transaction

valueDate

str

Date when the investment_transaction was effective.

valueDateDest *

str

for funds transfer (type 4 and symb "-") is valueDate in the counterpart transaction

_id

str

Unique identification of the operation.

country_model

{}

List of objects with product data whose content varies depending on the given country. If not available, the list will be empty. This field aggregates data for the countries listed in the Country Model Table.

* Can be null

Investment transaction commission detail

Field

Type

Description

entity *

float

broker *

float

canon *

float

Characteristics or qualities which a good tax system should possess.

ITF *

float

International Trade and Finance.

fx *

float

Foreign exchange commission.

* Can be null

Investment transaction expenses detail

Field

Type

Description

custody *

float

iva *

float

financial *

float

liquidation *

float

* Can be null

Investment Transaction Types

Flanks Investment Transaction Types

Description

1

Subscription

2

Reimbursement

3

New security contract

4

Funds transfer

5

Reject security contract

6

Pledges / Block or unblock positions

7

Coupons

8

Buy

9

Sell

10

Chargebacks

11

Sum

14

Commission

17

Forex spot

18

External funds transfer

23

PP - External funds transfer

25

Taxes

26

Redemption

28

Cancellation

30

Financial operations

32

Miscellaneous

33

Dividends

34

Interests

35

ETF - Buy

36

ETF - Sell

39

Hedge fund - Buy

40

Hedge fund - Sell

41

Swap

42

Contrasplit

43

Capitall call

44

Distribution

47

Merge

48

Liquidation

49

Variation Margin

50

Rights - purchase

51

Rights - sale

52

Rights - distribution

53

Rights - exercise

54

Rights - inclusion

55

Rights - extinct

56

Forex Forward

57

Deposit Closing

58

Deposit Decrease

59

Deposit Increase

60

Deposit Interest

61

Deposit Opening

62

Deposit Rate Change

63

Buy open

64

Buy close

65

Sell open

66

Sell close

81

Crypto - send

82

Crypto - request

83

Crypto - transfer

84

Crypto - buy

85

Crypto - sell

86

Crypto - receive

90

Crypto - other

Accounts

Field

Type

Description

iban

str

IBAN code of the account.

entity

str

Entity identifier.

alias

str

Account alias if present, otherwise it will be same as the IBAN.

balance

float

Balance of the account.

currency

str

ISO currency code of the account.

description *

str

Description.

isOwner *

bool

Indicates if credentials owner is owner of account.

numOwners

int

Number of owner with role Titular.

owners

[str]

Holders list.

_id

str

Unique identifier for the account, created by Flank's System.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

type

str

Account type, see more in the Account Types table.

updated_at_timestamp

int

Last time when the account was seen and the information was refreshed.

* Can be null

Account types

API value

Description

cashAccount

Also known as checking account or current account.

safekeepingAccount

An account that generally earns higher interest than an interest-bearing checking account.

nostroAccount

A nostro account refers to an account that a bank holds in a foreign currency in another bank.

vostroAccount

A vostro account is an account a correspondent bank holds on behalf of another bank.

other

Not matching any of the previous ones

Account transactions

Field

Type

Description

_id

str

Unique ID of the cash transaction.

account_id

str

Unique ID of the cash account. Usually the IBAN.

entity

str

Name of the entity where the credentials belongs to.

balance *

float

Cash balance after the transaction.

amount

float

Total cash amount of the transaction.

cardNumber *

str

Card number in the case that are a transactions done by card.

category *

str

Category of the movement set by the bank.

flanks_category

int

Flanks category classification as indicated in the Account Transaction Flanks Category table.

type

str

Flanks transaction classification as indicated in the Account Transactions Type table.

currency

str

Currency of the transaction.

operationDate

str

Operation when the transaction was ordered.

valueDate

str

Date when the operation was received.

description

str

Concept of the transaction.

transaction_id *

str

Id identifier for the transactions given by the bank.

transfer *

{}

See more in Account Transactions Transfer table

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

order_id *

str

Id identifier of the order belonging the transaction, given by the bank.

pair_transaction_id *

str

For forex transactions. Relates pair transactions, will contain _id of the related account transaction.

* Can be null

Account Transactions transfer

Field

Type

Description

beneficiary *

str

Name of the beneficiary in case there are a cash transfer.

ibanBeneficiary *

str

IBAN of the beneficiary cash account.

ibanOrdenant *

str

IBAN of the payer.

ordenant *

str

Name of the payer.

* Can be null

Account Transactions Type

Type

Description

100

Other

101

Cancellation

102

Contribution to current account

103

Receipt on account of sale of financial assets

104

Receipt on account of redemption of bonds

105

Income on account of structured maturity

106

Income on account due to maturity of guarantees

107

Debit to account for collateralisation

108

Charge for commissions on financial assets

109

Withdrawal from current account

110

Current account deposit

111

Debit to account for purchase of financial assets

112

Receipt

113

Payment of commissions

114

Deposit of dividends, coupons and other

115

Deferred income from settlement of differences

116

Debit to account for settlement of differences

117

Taxes

118

Garnishments

119

Forex

120

Transfers

121

Rollovers

122

Retention

123

Bonus

124

Settlement

125

Account Opening

126

Debit

127

Credit memo

128

Internal Cash Transfer

129

Deposit Closing

130

Deposit Increase

131

Deposit Interest

132

Deposit Opening

133

Deposit Rate Change

134

Deposit Decrease

135

Forex Spot

136

Forex Forward

137

Account Closure

Account Transactions Flanks Category

Type

Description

200

OTHER

201

INTEREST, COMMISSIONS, EXPENSES, TAXES

202

INVESTMENT

203

ATM

204

DRAFTS, TRANSFERS, CHEQUES

205

DIRECT DEBITS, BILLS, DRAFTS

206

INSURANCE, ORGANISATIONS AND NGOS

207

RESTAURANTS

208

CARD

209

SHOPS

210

PAYROLL, PENSION

211

LEISURE

212

INCOME, DEPOSITS

213

CANCELLATIONS, CORRECTIONS

214

TRANSPORT

215

LOANS, CREDITS

216

HOUSE

217

EDUCATION, HEALTH, BEAUTY, WELLNESS

218

STUBS, WITHDRAWALS

219

FOREIGN

220

CREDIT MEMOS, RECEIPTS

221

REFUNDS, NON-PAYMENTS, GARNISHMENTS

Liabilities

Field

Type

Description

name

str

Liability name.

type

str

Flanks Liability Type as indicated in the Liability Types table.

balance

float

Amount to return.

contractNumber *

str

Contract identifier obtained from the financial institution website.

currency

str

ISO currency of the liability.

availableBalance *

float

In case of credit amount not consumed.

openingDate *

str

Date of opening liability contract.

expirationDate *

str

Finish date for the liability contract.

_id

str

Unique identifier for the liability.

initialCapital *

float

Initial amount.

initialCapitalCurrency

str

Currency of the initial amount.

interest *

{}

Information about product interest. See Liability Interest table.

entity

str

Entity name.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

limit *

float

Available when type = "Confirming". The maximum amount of the liability contract.

periodicity *

str

Payment periodicity of the liability. (daily, monthly, quarterly, annually, biannually).

subtype *

str

Flanks Liability Subtype as indicated in the Liability Subtypes table.

updated_at_timestamp

int

Last time when the liability was seen and the information was refreshed.

* Can be null

Liability Interest

Field

Type

Description

benchmark *

str

Benchmark name for the rate value.

rate *

float

Interest rate, which is the percentage of the principal amount that a lender charges a borrower for the use of money.

spread *

float

The difference between two interest rates, such as the interest rate a financial institution pays for funds and the interest rate it charges for lending those funds to borrowers. (The spread represents the financial institution's profit margin and is also used to evaluate the risk of lending.)

type *

str

If present the values can be fixed or variable.

* Can be null

Liability Types

API value

Product description

Credit

A line of credit, also known as a credit line, is an open-ended, revolving loan that a borrower may access on demand.

Loan

A loan is money, property, or other material goods given to another party in exchange for future repayment of the loan value amount with interest.

Confirming

Confirming is a financial service used to manage a company's payments to its suppliers. The financial institution that offers the Confirming advances the amount of the invoice in question to the supplier, who can collect this invoice in advance by financing it before its due date.

Liability Subtypes

Liability type

Liability Subtype

Loan

mortgage

Loans that are secured with real estate or personal property.

Loan

others

Any other type of loan

Liability Transactions

Field

Type

Description

_id

str

Unique identifier for the liability.

entity

str

Name of the entity where the credentials belongs to.

amount

float

Total cash amount of the transaction.

currencyAmount

str

ISO currency of the amount

balance

float

Pending balance after the transaction

currencyBalance

str

ISO currency of the balance

description

str

Concept of the transaction.

operationDate

str

Date when the transaction was ordered.

valueDate

str

Date when the transaction was received

liability_id

str

Unique ID of the liability.

credit_account *

str

Current account associated with the transaction.

interest *

float

Unterest amount associated with the operation.

commission *

float

The transaction fee.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

type

str

Liability transaction type. See reference in the Liability Transaction Types table.

transaction_id *

str

Id identifier for the transactions given by the bank.

pair_transaction_id *

str

For forex transactions. Relates pair transactions.

order_id *

str

Id identifier of the order belonging the transaction, given by the bank.

* Can be null

Liability Transaction Types

Flanks liability transaction type

Description

1

Loan Closing

2

Loan Decrease

3

Loan Extension

4

Loan Increase

5

Loan Interest

6

Loan Opening

7

Loan Rate Change

8

Loan Early Closing

Cards

Field

Type

Description

_id

str

Unique ID for the card.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

entity

str

Name of the entity where the credentials belongs to.

product *

str

Product description.

contractNumber *

str

Contract number associated to the card.

pan

str

Pan number of the card. Only the last four digits will be unmasked (*******1234)

emissionDate *

str

Emission date of the card.

expirationDate *

str

Date of card expiration.

availableBalance *

float

In case of credit amount not consumed.

cardType

str

Will be credit or debit

updated_at_timestamp

int

Last time when the card was seen and the information was refreshed.

* Can be null

Card transactions

Field

Type

Description

_id

str

Unique ID for the transaction.

card_id

str

Unique ID for the card used to make the transaction.

operationDate

str

Date of operation when the transaction was ordered.

valueDate

str

Date when the operation was received.

amount

float

Total cash amount of the transaction.

commission *

float

Commission fee of the transaction.

currency

str

Currency of the transaction.

shop *

str

Shop name or transaction description.

category *

str

Category of the movement set by the bank.

entity

str

Flanks api entity identifier.

external_id *

str

Same as the _id field, but it is based on the external_id associated on the user credentials_token instead of the credentials_token. In case there is no external_id for the user, the value of this field is null.

* Can be null

Identity

Field

Type

Description

_id

str

Same as credentials token identifying online banking credentials.

name *

str

First name of the owner of the online banking credentials.

surname1 *

str

First surname of the owner of the online banking credentials.

surname2 *

str

Last name of the owner of the online banking credentials.

fullName *

str

Complete name of the owner of the online banking credentials.

birthDate *

str

Date of birth of the owner of the online banking credentials.

address *

str

Postal address for the owner of the bank access. Any of the values inside can be null.

contactInfo *

[]

List containing email and/or phone contact information. See Contact Info table

identityDocument *

str

Document number.

gender *

str

Can be male or female.

occupation *

str

Job category of the owner of the online banking credentials, see types in the Occupation Field table.

sector *

str

Laboral sector of the owner of the online banking credentials. Standarized type listed in the Sector Field table.

* Can be null

Identity Contact Info

Field

Type

Description

type *

str

Can be phone or email

value *

str

Corresponding value of phone or email

* Can be null

Occupation field

API Value

Meaning

Funcionario o similar (militar, policía, notarios, registradores...)

Civil servant or similar (military, police, notaries, registrars...)

Funcionario no TGSS

Civil servant not TGSS

Pensionista

Pensioner

Trabajador por cuenta ajena

Employed worker

Desempleado

Unemployed

Estudiante

Student

Rentista

Annuitant

Ama de casa o similar

Housewife or similar

Trabajador por cuenta propia

Self-employed

Otros

Other

Sector field

API Value

Meaning

Directores y gerentes empresas relacionadas con la minería y construcción

Directors and managers of mining and construction related companies.

Directores y gerentes sector público

Directors and managers in the public sector

Artes

Arts

Deportes

Sports

Otros directores y gerentes

Other directors and managers

Técnicos y profesionales relacionados con la ingeniería (actividad de construcción y obra civil, arquitectos, urbanistas)

Technicians and professionals related to engineering (construction and civil works activities, architects, town planners)

Técnicos y procesionales del derecho público, tasaciones, inmobiliarias, aduanas y emisión y control de licencias

Technicians and professionals related to public law, appraisals, real estate, customs, licensing and license issuance and control

Técnicos y asesores financieros y en inversiones

Financial and investment technicians and advisors

Otros técnicos y profesionales científicos e intelectuales

Other scientific and intellectual technicians and professionals

Empleados de casas de apuestas, juego, galerías de arte, empeños, préstamos y deudas

Gambling, gaming, art gallery, pawn, pawnbroker, loan and debt employees

Empleados de oficina (que atienden o no al público)

Clerical workers (whether or not they serve the public)

Trabajadores de servicios

Service workers

Trabajadores cualificados en el sector agrícola, ganadero, forestal y pesquero

Skilled agricultural, livestock, forestry and fishing workers

Trabajadores cualificados de las industrias metalurgicas

Skilled workers in metalworking industries

Viajes y turismo

Travel and tourism

Trabajadores cualificados de la construcción, excepto operadores de máquinas

Skilled workers in construction, except machine operators

Trabajadores cualificados de las industrias manufactureras relacionadas con la joyería/sastrería

Skilled workers in manufacturing industries related to jewellery/tailoring

Otros trabajadores cualificados de las industrias manufactureras, excepto operadores de instalaciones y máquinas

Other skilled workers in manufacturing industries, except plant and machine operators

Otros

Others

Comercial

Commercial

Trabajadores no cualificados

Unskilled workers

Ocupaciones militares

Military occupations

Address streetType field

API Value

Meaning

Acera

Sidewalk

Aeropuerto

Airport

Agregado

Attaché

Alameda

Alameda

Aldea

Village

Andén

Platform

Angosta

Narrow

Apartado de correos

Post Office Box

Apartamento

Apartment

Arrabal

Arrabal

Arroyo

Arroyo

Autopista

Highway

Autovía

Highway

Avenida

Avenue

Bajada

Bajada

Barranco

Ravine

Barriada

Barriada

Barrio

Neighborhood

Bloque

Block

Bulevar

Boulevard

Calle

Street

Callejón

Alley

Calzada

Driveway

Camino

Road

Camino viejo

Old road

Campo

Field

Canal

Canal

Canellón

Canellón

Cañada

Cañada

Carreta

Cart

Carretera

Road

Carril

Lane

Caserío

Farmhouse

Cava

Cava

Cavorco

Cavorco

Centro Comercial

Commercial Center

Chalet

Villa

Colegio

School

Colonia

Colony

Conjunto

Set

Contrapuerta

Backdoor

Coguiña

Coguiña

Corredera

Sliding

Corredora

Corridor

Corregidor

Reeve

Costanilla

Waterfront

Cuesta

Slope

Desconocida

Unknown

Diputación

County council

Diseminador

Disseminator

Edificio

Building

Entrada

Entrance

Escalinata

Staircase

Esquina

Corner

Explanada

Esplanade

Extramuros

Outsidewalls

Extrarradio

Extraradius

Ferrocarril

Railroad

Finca

Farm

Glorieta

Gloriette

Gran Vía

Great Way

Grupo

Group

Huerta

Orchard

Jardines

Gardens

Lado

Side

Lugar

Place

Manzana

Block

Masía

Farmhouse

Mediador

Mediator

Mercado

Market

Monte

Mount

Muelle

Pier

Municipio

Township

Otros conceptos

Other

Parcela

Plot

Parque

Park

Partida

Partida

Pasadizo

Passageway

Pasador

Corridor

Pasaje

Passage

Paseo

Walkway

Pasillo

Aisle

Playa

Beach

Plaza

Square

Plazoleta

Square

Plazuela

Square

Poblado

Village

Polígono

Polygon

Polígono Industrial

Industrial park

Portada

Home

Portal

Portal

Pórtico

Gantry

Portillo

Portillo

Portón

Gate

Postigo

Shutter

Postrigo

Post wheat

Prolongación

Prolongation

Puente

Bridge

Puerta

Gate

Quinta

Fifth

Ramal

Branch

Rambla

Boulevard

Regato

Regato

Residencial

Residential area

Ribera

Riverside

Rincón

Corner

Ronda

Round

Rotonda

Traffic circle

Rua

Rua

Salida

Exit

Sector

Sector

Senda

Path

Solar

Site

Subida

Uphill

Terrenos

Land

Torrente

Torrent

Travesía

Traverse

Urbanización

Urbanization

Vereda

Trail

Vía

Road

Vía Pública

Public Road

Vial

Road

Holders

Field

Type

Description

product_name

str

General name of the product.

name

str

Holder name.

product_id

str

_id corresponding to the returned in /account, /card, /portfolio or /liability

rel

str

Holder relation, see more in Relation Types table.

external_id *

str

Only for technology provider case. In case there is no alias for the user, the value of this field is null.

* Can be null

Relation types

API Value

Meaning

Titular

Holder

Autorizado

Authorized

Representante

Representative

Aut.Online

Online authorized

Apoderado

Proxy

Depositante

Depositor

Propietario

Owner

Administrador /Rep Leg Jurid

Administrator

Firma

Signature

Derechohabiente

Applicant

Garante

Guarantor

Participe

Participant

Tutor

Guardian

Firmante Póliza

Policy signer

Cotitular

Co-Holder

Usufructuario

Usufructuary

Otros

Others

Entities

Field

Type

Description

id

str

Flanks internal financial entity identifier

name

str

Financial entity name

cif

srt

Entity VAT number

alwaysManualRefresh

bool

is set to true when the entity ask for 2FA on every login