icij.ftm.EconomicActivity Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ftm.java Show documentation
Show all versions of ftm.java Show documentation
ICIJ implementation of the Aleph Follow the Money ontology.
The newest version!
package org.icij.ftm;
/**
* Automatically generated interface for FtM model. Do not update this interface.
* @see EconomicActivity.
*/
public interface EconomicActivity extends Interval {
LegalEntity getSender();
LegalEntity getReceiver();
Contract getContract();
String getGoodsDescription();
String getStartDate();
String getEndDate();
String getCcdNumber();
String getCcdValue();
String getDirectionOfTransportation();
String getCustomsProcedure();
String getVedCode();
String getVedCodeDescription();
LegalEntity getDeclarant();
LegalEntity getContractHolder();
String getInvoiceAmount();
String getCustomsAmount();
String getDollarExchRate();
String getTradingCountry();
String getDepartureCountry();
String getDestinationCountry();
String getOriginCountry();
BankAccount getBankAccount();
BankAccount getBankRub();
BankAccount getBankForeign();
Vehicle getTransport();
}