Package com.github.oscerd.finnhub.models
Class MutualFundProfileData
java.lang.Object
com.github.oscerd.finnhub.models.MutualFundProfileData
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2024-03-22T10:38:13.551248835+01:00[Europe/Rome]")
public class MutualFundProfileData
extends Object
MutualFundProfileData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeferredLoad(Float deferredLoad) description(String description) booleanexpenseRatio(Float expenseRatio) fundCompany(String fundCompany) fundFamily(String fundFamily) Index benchmark.getBeta()Beta.Fund's category.Class ID.Class name.Fund's currencygetCusip()CUSIP.Deferred load.Fund's description.Expense ratio.12B-1 fee.Front Load.Fund Company.Fund Family.org.threeten.bp.LocalDateInception date.Investment Segment.IRA minimum investment.getIsin()ISIN.Fund's managers.Max redemption fee.getName()NameFund's series ID.Fund's series name.SFDR classification for EU funds.Minimum investment for standard accounts.Status.NAV.Turnover.inthashCode()inceptionDate(org.threeten.bp.LocalDate inceptionDate) investmentSegment(String investmentSegment) iraMinInvestment(Float iraMinInvestment) maxRedemptionFee(Float maxRedemptionFee) seriesName(String seriesName) voidsetBenchmark(String benchmark) voidvoidsetCategory(String category) voidsetClassId(String classId) voidsetClassName(String className) voidsetCurrency(String currency) voidvoidsetDeferredLoad(Float deferredLoad) voidsetDescription(String description) voidsetExpenseRatio(Float expenseRatio) voidsetFee12b1(Float fee12b1) voidsetFrontLoad(Float frontLoad) voidsetFundCompany(String fundCompany) voidsetFundFamily(String fundFamily) voidsetInceptionDate(org.threeten.bp.LocalDate inceptionDate) voidsetInvestmentSegment(String investmentSegment) voidsetIraMinInvestment(Float iraMinInvestment) voidvoidsetManager(String manager) voidsetMaxRedemptionFee(Float maxRedemptionFee) voidvoidsetSeriesId(String seriesId) voidsetSeriesName(String seriesName) voidsetSfdrClassification(String sfdrClassification) voidsetStandardMinInvestment(Float standardMinInvestment) voidvoidsetTotalNav(Float totalNav) voidsetTurnover(Float turnover) sfdrClassification(String sfdrClassification) standardMinInvestment(Float standardMinInvestment) toString()
-
Constructor Details
-
MutualFundProfileData
public MutualFundProfileData()
-
-
Method Details
-
name
-
getName
Name- Returns:
- name
-
setName
-
category
-
getCategory
Fund's category.- Returns:
- category
-
setCategory
-
investmentSegment
-
getInvestmentSegment
Investment Segment.- Returns:
- investmentSegment
-
setInvestmentSegment
-
expenseRatio
-
getExpenseRatio
Expense ratio.- Returns:
- expenseRatio
-
setExpenseRatio
-
benchmark
-
getBenchmark
Index benchmark.- Returns:
- benchmark
-
setBenchmark
-
inceptionDate
-
getInceptionDate
public org.threeten.bp.LocalDate getInceptionDate()Inception date.- Returns:
- inceptionDate
-
setInceptionDate
public void setInceptionDate(org.threeten.bp.LocalDate inceptionDate) -
description
-
getDescription
Fund's description.- Returns:
- description
-
setDescription
-
fundFamily
-
getFundFamily
Fund Family.- Returns:
- fundFamily
-
setFundFamily
-
fundCompany
-
getFundCompany
Fund Company.- Returns:
- fundCompany
-
setFundCompany
-
manager
-
getManager
Fund's managers.- Returns:
- manager
-
setManager
-
status
-
getStatus
Status.- Returns:
- status
-
setStatus
-
beta
-
getBeta
Beta.- Returns:
- beta
-
setBeta
-
deferredLoad
-
getDeferredLoad
Deferred load.- Returns:
- deferredLoad
-
setDeferredLoad
-
fee12b1
-
getFee12b1
12B-1 fee.- Returns:
- fee12b1
-
setFee12b1
-
frontLoad
-
getFrontLoad
Front Load.- Returns:
- frontLoad
-
setFrontLoad
-
iraMinInvestment
-
getIraMinInvestment
IRA minimum investment.- Returns:
- iraMinInvestment
-
setIraMinInvestment
-
isin
-
getIsin
ISIN.- Returns:
- isin
-
setIsin
-
cusip
-
getCusip
CUSIP.- Returns:
- cusip
-
setCusip
-
maxRedemptionFee
-
getMaxRedemptionFee
Max redemption fee.- Returns:
- maxRedemptionFee
-
setMaxRedemptionFee
-
standardMinInvestment
-
getStandardMinInvestment
Minimum investment for standard accounts.- Returns:
- standardMinInvestment
-
setStandardMinInvestment
-
turnover
-
getTurnover
Turnover.- Returns:
- turnover
-
setTurnover
-
seriesId
-
getSeriesId
Fund's series ID. This field can be used to group multiple share classes into 1 unique fund.- Returns:
- seriesId
-
setSeriesId
-
seriesName
-
getSeriesName
Fund's series name.- Returns:
- seriesName
-
setSeriesName
-
classId
-
getClassId
Class ID.- Returns:
- classId
-
setClassId
-
className
-
getClassName
Class name.- Returns:
- className
-
setClassName
-
sfdrClassification
-
getSfdrClassification
SFDR classification for EU funds. Under the new classifications, a fund's strategy will labeled under either Article 6, 8 or 9. Article 6 covers funds which do not integrate any kind of sustainability into the investment process. Article 8, also known as ‘environmental and socially promoting’, applies “… where a financial product promotes, among other characteristics, environmental or social characteristics, or a combination of those characteristics, provided that the companies in which the investments are made follow good governance practices.”. Article 9, also known as ‘products targeting sustainable investments’, covers products targeting bespoke sustainable investments and applies “… where a financial product has sustainable investment as its objective and an index has been designated as a reference benchmark.”- Returns:
- sfdrClassification
-
setSfdrClassification
-
currency
-
getCurrency
Fund's currency- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-