Class: DatasSchema documentation

models~DatasSchema()

new DatasSchema()

Yeah I know this now seems more logical to do a Bank {info, prices} rather than a info[Bank, ...] but hey still wip!

Properties:
Name Type Description
Infos Object

the textual in datas ordered by their main subject ( see module:models~InfosSchema )

Properties
Name Type Description
Bank Array

the fiat datas

Crypto Array

the crypto datas

Markets Array

the stock Markets datas

Prices Object

the price datas ( see module:models~PricesSchema )

Properties
Name Type Description
Bank Array

the fiat prices

Crypto Array

the crypto prices

Markets Array

the stock Markets prices

Trends Object

Trend overview object ( see module:models~TrendSchema )

Properties
Name Type Description
Bank Array

the fiat trends

Crypto Array

the crypto trends

Markets Array

the stock Markets trends

Sources Object

The different methods and urls for each sources ( see module:models~SourcesSchema )

Properties
Name Type Description
Bank Array

the bank/fiat sources

Crypto Array

the crypto sources

Markets Array

the stock Markets sources

Source: