icij.ftm.LegalEntity 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;
import java.net.URL;
/**
* Automatically generated interface for FtM model. Do not update this interface.
* @see LegalEntity.
*/
public interface LegalEntity extends Thing {
String getName();
String getCountry();
String getLegalForm();
String getStatus();
String getEmail();
String getPhone();
URL getWebsite();
String getIncorporationDate();
String getDissolutionDate();
String getTaxStatus();
String getSector();
String getClassification();
String getRegistrationNumber();
String getIdNumber();
String getTaxNumber();
String getVatCode();
String getJurisdiction();
String getMainCountry();
URL getOpencorporatesUrl();
String getBvdId();
String getIcijId();
String getOkpoCode();
String getInnCode();
String getOgrnCode();
String getLeiCode();
String getDunsCode();
String getNpiCode();
String getSwiftBic();
LegalEntity getParent();
}