All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icij.ftm.Ownership Maven / Gradle / Ivy

The newest version!
package org.icij.ftm;



/**
 * Automatically generated interface for FtM model. Do not update this interface.
 * @see Ownership.
*/
public interface Ownership extends Interest {
	LegalEntity getOwner();
	Asset getAsset();
	String getPercentage();
	String getStartDate();
	String getEndDate();
	String getSharesCount();
	String getSharesValue();
	String getSharesCurrency();
	String getSharesType();
	String getLegalBasis();
	String getOwnershipType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy