Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wolrd Entity and the various Total trade estimations #1

Open
paulgirard opened this issue May 2, 2014 · 1 comment
Open

Wolrd Entity and the various Total trade estimations #1

paulgirard opened this issue May 2, 2014 · 1 comment

Comments

@paulgirard
Copy link
Member

The total trade of one reporting entity to the World can be defined in different ways:

  • SUM : estimate trade tot he world as the sum of trade with the partners
  • TOTAL_REPORTING : use the total trade stastistics one can find in entities archives
  • TOTAL_PARTOF_REPORTING : same as TOTAL_REPORTING for politically dependent entities
  • TOTAL_ESTIMATED : use the total trade stastistics one can find in recent works (Mitchell, SAFC_US)

In RICardo we propose to use a mix-method to define the Total Trade.
In Country view, we will use the TOTAL_REPORTING or if not present TOTAL_PARTOF_REPORTING
In World view, we will use the TOTAL_ESTIMATED or if not present TOTAL_REPORTING

The SUM method is not used.

Deprecated information :

nouvelle colonne : total_type
valeurs possibles : null, reporting_total, estimated_total
Dans country view, on affiche le montant vers le partner World de type reporting_total
Dans World view, on affiche le montant vers le partner World de type estimated_total si il existe sinon on prend le reporting_total

"- Pour la country view (tous les partners + total des partners), on retient par défaut le code 0 (vide) dans 'Total trade Estimation' ou 1 s'il n'y a pas de données pour le code 0 (ce qui peut être souvent le cas). "

In country view we want to compare the total amounts obtained by summing all the partners imp/exp with the total declared in the database.

This total is in the database as flows to World Partner.
We should take the flow where 'Total trade Estimation' is null if exists otherwise where 'Total trade Estimation'=1

@paulgirard paulgirard self-assigned this May 2, 2014
@paulgirard paulgirard changed the title [country view] Total Trade Estimation Wolrd Entity and the various Total trade estimations Feb 19, 2015
paulgirard pushed a commit that referenced this issue Feb 19, 2015
paulgirard pushed a commit that referenced this issue Feb 24, 2015
…re merging with World_as_reported1 as described in #1
@paulgirard
Copy link
Member Author

New proposition from Toflit18 project meeting.
We distinguish 4 ways to consider world trade :
1- recent estimation
2- total flow as reported in source
3- sum of flows to partners

  • best guess: one of the three depending on availability with priority 1,2,3

In CountryView we use sum of partners for the total curve on top.
For the detail bellow user can chose the different world flows 4 choices in a specific select.

In Wolrd view we use best guess.
Ideally we can visualize which of trade calculation has been use in a specific year bellow the curve the same way we indicate missing values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant