Initial
This commit is contained in:
951
proto/Debug/Historic.java
Normal file
951
proto/Debug/Historic.java
Normal file
@@ -0,0 +1,951 @@
|
||||
package zbi.risk.server.vhi.mapped
|
||||
|
||||
|
||||
public class Historic
|
||||
{
|
||||
private Timestamp tradeDate;
|
||||
private String tradeDateTxt;
|
||||
private String portfolio;
|
||||
private String subPortfolio;
|
||||
private String ticker;
|
||||
private String tickerDesc;
|
||||
private String uticker;
|
||||
private String instrument;
|
||||
private float mktCap;
|
||||
private float wgtAve;
|
||||
private float volume;
|
||||
private float contractSize;
|
||||
private String hedgeIndex;
|
||||
private String hedgeSector;
|
||||
private String area;
|
||||
private String areaSector;
|
||||
private float [close];
|
||||
private float yClose;
|
||||
private float utickerClose;
|
||||
private float yUtickerClose;
|
||||
private float delta;
|
||||
private float yDelta;
|
||||
private int daysExpire;
|
||||
private float strikePrice;
|
||||
private float hedgeBeta;
|
||||
private float areaBeta;
|
||||
private float sectorBeta;
|
||||
private float groupBeta;
|
||||
private float qty;
|
||||
private float yQty;
|
||||
private float qtyChange;
|
||||
private float hedgeClose;
|
||||
private float hedgePerc;
|
||||
private float areaClose;
|
||||
private float areaPerc;
|
||||
private float sectorClose;
|
||||
private float sectorPerc;
|
||||
private float mktValue;
|
||||
private float yMktValue;
|
||||
private float pnl;
|
||||
private float exposure;
|
||||
private float yExposure;
|
||||
private float hbExposure;
|
||||
private float yHbExposure;
|
||||
private float abExposure;
|
||||
private float yAbExposure;
|
||||
private float sbExposure;
|
||||
private float ySbExposure;
|
||||
private float areaPnlAmt;
|
||||
private float sectorPnlAmt;
|
||||
private float pnlPerc;
|
||||
private float priceChange;
|
||||
private float priceChangePerc;
|
||||
private float priceChangeAmt;
|
||||
private float sectorAlphaPerc;
|
||||
private float groupAlphaPerc;
|
||||
private float areaAlphaPerc;
|
||||
private float sectorAlphaAmt;
|
||||
private float groupAlphaAmt;
|
||||
private float areaAlphaAmt;
|
||||
private float abReturnAmt;
|
||||
private float abReturnPerc;
|
||||
private float intradayPerc;
|
||||
private float intradayAmt;
|
||||
private float optionalityAmt;
|
||||
private float optionalityPerc;
|
||||
private String currency;
|
||||
private float baseClose;
|
||||
private float yBaseClose;
|
||||
private float fxPerc;
|
||||
private float fxAmt;
|
||||
private float fxRate;
|
||||
private float yFxRate;
|
||||
private float altIndexReturnPerc;
|
||||
private float altIndexReturnAmt;
|
||||
private float indexBetaAdjPerc;
|
||||
private float indexBetaAdjAmt;
|
||||
private float vwap;
|
||||
private float vwapPnl;
|
||||
private float hedgeAlphaAmt;
|
||||
private String exposureView;
|
||||
private String marketView;
|
||||
private String callPut;
|
||||
private String [month];
|
||||
private boolean private;
|
||||
private boolean ipo;
|
||||
private float ratio;
|
||||
private String source;
|
||||
private Timestamp goAround;
|
||||
private float adh;
|
||||
private float aac;
|
||||
private float azap;
|
||||
private boolean exported;
|
||||
private float hedgeAlphaPerc;
|
||||
private float alphaGoAround;
|
||||
private float alphaReal;
|
||||
private float alphaUnreal;
|
||||
private float pnlReal;
|
||||
private float pnlUnreal;
|
||||
private float cashFlow;
|
||||
private float betaCashFlow;
|
||||
private Timestamp lastTradeDate;
|
||||
private float lastTradeQty;
|
||||
private float enterpriseValue;
|
||||
private String associate;
|
||||
public Timestamp getTradeDate()
|
||||
{
|
||||
return tradeDate;
|
||||
}
|
||||
public void setTradeDate(Timestamp tradeDate)
|
||||
{
|
||||
this.tradeDate=tradeDate;
|
||||
}
|
||||
public String getTradeDateTxt()
|
||||
{
|
||||
return tradeDateTxt;
|
||||
}
|
||||
public void setTradeDateTxt(String tradeDateTxt)
|
||||
{
|
||||
this.tradeDateTxt=tradeDateTxt;
|
||||
}
|
||||
public String getPortfolio()
|
||||
{
|
||||
return portfolio;
|
||||
}
|
||||
public void setPortfolio(String portfolio)
|
||||
{
|
||||
this.portfolio=portfolio;
|
||||
}
|
||||
public String getSubPortfolio()
|
||||
{
|
||||
return subPortfolio;
|
||||
}
|
||||
public void setSubPortfolio(String subPortfolio)
|
||||
{
|
||||
this.subPortfolio=subPortfolio;
|
||||
}
|
||||
public String getTicker()
|
||||
{
|
||||
return ticker;
|
||||
}
|
||||
public void setTicker(String ticker)
|
||||
{
|
||||
this.ticker=ticker;
|
||||
}
|
||||
public String getTickerDesc()
|
||||
{
|
||||
return tickerDesc;
|
||||
}
|
||||
public void setTickerDesc(String tickerDesc)
|
||||
{
|
||||
this.tickerDesc=tickerDesc;
|
||||
}
|
||||
public String getUticker()
|
||||
{
|
||||
return uticker;
|
||||
}
|
||||
public void setUticker(String uticker)
|
||||
{
|
||||
this.uticker=uticker;
|
||||
}
|
||||
public String getInstrument()
|
||||
{
|
||||
return instrument;
|
||||
}
|
||||
public void setInstrument(String instrument)
|
||||
{
|
||||
this.instrument=instrument;
|
||||
}
|
||||
public float getMktCap()
|
||||
{
|
||||
return mktCap;
|
||||
}
|
||||
public void setMktCap(float mktCap)
|
||||
{
|
||||
this.mktCap=mktCap;
|
||||
}
|
||||
public float getWgtAve()
|
||||
{
|
||||
return wgtAve;
|
||||
}
|
||||
public void setWgtAve(float wgtAve)
|
||||
{
|
||||
this.wgtAve=wgtAve;
|
||||
}
|
||||
public float getVolume()
|
||||
{
|
||||
return volume;
|
||||
}
|
||||
public void setVolume(float volume)
|
||||
{
|
||||
this.volume=volume;
|
||||
}
|
||||
public float getContractSize()
|
||||
{
|
||||
return contractSize;
|
||||
}
|
||||
public void setContractSize(float contractSize)
|
||||
{
|
||||
this.contractSize=contractSize;
|
||||
}
|
||||
public String getHedgeIndex()
|
||||
{
|
||||
return hedgeIndex;
|
||||
}
|
||||
public void setHedgeIndex(String hedgeIndex)
|
||||
{
|
||||
this.hedgeIndex=hedgeIndex;
|
||||
}
|
||||
public String getHedgeSector()
|
||||
{
|
||||
return hedgeSector;
|
||||
}
|
||||
public void setHedgeSector(String hedgeSector)
|
||||
{
|
||||
this.hedgeSector=hedgeSector;
|
||||
}
|
||||
public String getArea()
|
||||
{
|
||||
return area;
|
||||
}
|
||||
public void setArea(String area)
|
||||
{
|
||||
this.area=area;
|
||||
}
|
||||
public String getAreaSector()
|
||||
{
|
||||
return areaSector;
|
||||
}
|
||||
public void setAreaSector(String areaSector)
|
||||
{
|
||||
this.areaSector=areaSector;
|
||||
}
|
||||
public float get[close]()
|
||||
{
|
||||
return [close];
|
||||
}
|
||||
public void set[close](float [close])
|
||||
{
|
||||
this.[close]=[close];
|
||||
}
|
||||
public float getYClose()
|
||||
{
|
||||
return yClose;
|
||||
}
|
||||
public void setYClose(float yClose)
|
||||
{
|
||||
this.yClose=yClose;
|
||||
}
|
||||
public float getUtickerClose()
|
||||
{
|
||||
return utickerClose;
|
||||
}
|
||||
public void setUtickerClose(float utickerClose)
|
||||
{
|
||||
this.utickerClose=utickerClose;
|
||||
}
|
||||
public float getYUtickerClose()
|
||||
{
|
||||
return yUtickerClose;
|
||||
}
|
||||
public void setYUtickerClose(float yUtickerClose)
|
||||
{
|
||||
this.yUtickerClose=yUtickerClose;
|
||||
}
|
||||
public float getDelta()
|
||||
{
|
||||
return delta;
|
||||
}
|
||||
public void setDelta(float delta)
|
||||
{
|
||||
this.delta=delta;
|
||||
}
|
||||
public float getYDelta()
|
||||
{
|
||||
return yDelta;
|
||||
}
|
||||
public void setYDelta(float yDelta)
|
||||
{
|
||||
this.yDelta=yDelta;
|
||||
}
|
||||
public int getDaysExpire()
|
||||
{
|
||||
return daysExpire;
|
||||
}
|
||||
public void setDaysExpire(int daysExpire)
|
||||
{
|
||||
this.daysExpire=daysExpire;
|
||||
}
|
||||
public float getStrikePrice()
|
||||
{
|
||||
return strikePrice;
|
||||
}
|
||||
public void setStrikePrice(float strikePrice)
|
||||
{
|
||||
this.strikePrice=strikePrice;
|
||||
}
|
||||
public float getHedgeBeta()
|
||||
{
|
||||
return hedgeBeta;
|
||||
}
|
||||
public void setHedgeBeta(float hedgeBeta)
|
||||
{
|
||||
this.hedgeBeta=hedgeBeta;
|
||||
}
|
||||
public float getAreaBeta()
|
||||
{
|
||||
return areaBeta;
|
||||
}
|
||||
public void setAreaBeta(float areaBeta)
|
||||
{
|
||||
this.areaBeta=areaBeta;
|
||||
}
|
||||
public float getSectorBeta()
|
||||
{
|
||||
return sectorBeta;
|
||||
}
|
||||
public void setSectorBeta(float sectorBeta)
|
||||
{
|
||||
this.sectorBeta=sectorBeta;
|
||||
}
|
||||
public float getGroupBeta()
|
||||
{
|
||||
return groupBeta;
|
||||
}
|
||||
public void setGroupBeta(float groupBeta)
|
||||
{
|
||||
this.groupBeta=groupBeta;
|
||||
}
|
||||
public float getQty()
|
||||
{
|
||||
return qty;
|
||||
}
|
||||
public void setQty(float qty)
|
||||
{
|
||||
this.qty=qty;
|
||||
}
|
||||
public float getYQty()
|
||||
{
|
||||
return yQty;
|
||||
}
|
||||
public void setYQty(float yQty)
|
||||
{
|
||||
this.yQty=yQty;
|
||||
}
|
||||
public float getQtyChange()
|
||||
{
|
||||
return qtyChange;
|
||||
}
|
||||
public void setQtyChange(float qtyChange)
|
||||
{
|
||||
this.qtyChange=qtyChange;
|
||||
}
|
||||
public float getHedgeClose()
|
||||
{
|
||||
return hedgeClose;
|
||||
}
|
||||
public void setHedgeClose(float hedgeClose)
|
||||
{
|
||||
this.hedgeClose=hedgeClose;
|
||||
}
|
||||
public float getHedgePerc()
|
||||
{
|
||||
return hedgePerc;
|
||||
}
|
||||
public void setHedgePerc(float hedgePerc)
|
||||
{
|
||||
this.hedgePerc=hedgePerc;
|
||||
}
|
||||
public float getAreaClose()
|
||||
{
|
||||
return areaClose;
|
||||
}
|
||||
public void setAreaClose(float areaClose)
|
||||
{
|
||||
this.areaClose=areaClose;
|
||||
}
|
||||
public float getAreaPerc()
|
||||
{
|
||||
return areaPerc;
|
||||
}
|
||||
public void setAreaPerc(float areaPerc)
|
||||
{
|
||||
this.areaPerc=areaPerc;
|
||||
}
|
||||
public float getSectorClose()
|
||||
{
|
||||
return sectorClose;
|
||||
}
|
||||
public void setSectorClose(float sectorClose)
|
||||
{
|
||||
this.sectorClose=sectorClose;
|
||||
}
|
||||
public float getSectorPerc()
|
||||
{
|
||||
return sectorPerc;
|
||||
}
|
||||
public void setSectorPerc(float sectorPerc)
|
||||
{
|
||||
this.sectorPerc=sectorPerc;
|
||||
}
|
||||
public float getMktValue()
|
||||
{
|
||||
return mktValue;
|
||||
}
|
||||
public void setMktValue(float mktValue)
|
||||
{
|
||||
this.mktValue=mktValue;
|
||||
}
|
||||
public float getYMktValue()
|
||||
{
|
||||
return yMktValue;
|
||||
}
|
||||
public void setYMktValue(float yMktValue)
|
||||
{
|
||||
this.yMktValue=yMktValue;
|
||||
}
|
||||
public float getPnl()
|
||||
{
|
||||
return pnl;
|
||||
}
|
||||
public void setPnl(float pnl)
|
||||
{
|
||||
this.pnl=pnl;
|
||||
}
|
||||
public float getExposure()
|
||||
{
|
||||
return exposure;
|
||||
}
|
||||
public void setExposure(float exposure)
|
||||
{
|
||||
this.exposure=exposure;
|
||||
}
|
||||
public float getYExposure()
|
||||
{
|
||||
return yExposure;
|
||||
}
|
||||
public void setYExposure(float yExposure)
|
||||
{
|
||||
this.yExposure=yExposure;
|
||||
}
|
||||
public float getHbExposure()
|
||||
{
|
||||
return hbExposure;
|
||||
}
|
||||
public void setHbExposure(float hbExposure)
|
||||
{
|
||||
this.hbExposure=hbExposure;
|
||||
}
|
||||
public float getYHbExposure()
|
||||
{
|
||||
return yHbExposure;
|
||||
}
|
||||
public void setYHbExposure(float yHbExposure)
|
||||
{
|
||||
this.yHbExposure=yHbExposure;
|
||||
}
|
||||
public float getAbExposure()
|
||||
{
|
||||
return abExposure;
|
||||
}
|
||||
public void setAbExposure(float abExposure)
|
||||
{
|
||||
this.abExposure=abExposure;
|
||||
}
|
||||
public float getYAbExposure()
|
||||
{
|
||||
return yAbExposure;
|
||||
}
|
||||
public void setYAbExposure(float yAbExposure)
|
||||
{
|
||||
this.yAbExposure=yAbExposure;
|
||||
}
|
||||
public float getSbExposure()
|
||||
{
|
||||
return sbExposure;
|
||||
}
|
||||
public void setSbExposure(float sbExposure)
|
||||
{
|
||||
this.sbExposure=sbExposure;
|
||||
}
|
||||
public float getYSbExposure()
|
||||
{
|
||||
return ySbExposure;
|
||||
}
|
||||
public void setYSbExposure(float ySbExposure)
|
||||
{
|
||||
this.ySbExposure=ySbExposure;
|
||||
}
|
||||
public float getAreaPnlAmt()
|
||||
{
|
||||
return areaPnlAmt;
|
||||
}
|
||||
public void setAreaPnlAmt(float areaPnlAmt)
|
||||
{
|
||||
this.areaPnlAmt=areaPnlAmt;
|
||||
}
|
||||
public float getSectorPnlAmt()
|
||||
{
|
||||
return sectorPnlAmt;
|
||||
}
|
||||
public void setSectorPnlAmt(float sectorPnlAmt)
|
||||
{
|
||||
this.sectorPnlAmt=sectorPnlAmt;
|
||||
}
|
||||
public float getPnlPerc()
|
||||
{
|
||||
return pnlPerc;
|
||||
}
|
||||
public void setPnlPerc(float pnlPerc)
|
||||
{
|
||||
this.pnlPerc=pnlPerc;
|
||||
}
|
||||
public float getPriceChange()
|
||||
{
|
||||
return priceChange;
|
||||
}
|
||||
public void setPriceChange(float priceChange)
|
||||
{
|
||||
this.priceChange=priceChange;
|
||||
}
|
||||
public float getPriceChangePerc()
|
||||
{
|
||||
return priceChangePerc;
|
||||
}
|
||||
public void setPriceChangePerc(float priceChangePerc)
|
||||
{
|
||||
this.priceChangePerc=priceChangePerc;
|
||||
}
|
||||
public float getPriceChangeAmt()
|
||||
{
|
||||
return priceChangeAmt;
|
||||
}
|
||||
public void setPriceChangeAmt(float priceChangeAmt)
|
||||
{
|
||||
this.priceChangeAmt=priceChangeAmt;
|
||||
}
|
||||
public float getSectorAlphaPerc()
|
||||
{
|
||||
return sectorAlphaPerc;
|
||||
}
|
||||
public void setSectorAlphaPerc(float sectorAlphaPerc)
|
||||
{
|
||||
this.sectorAlphaPerc=sectorAlphaPerc;
|
||||
}
|
||||
public float getGroupAlphaPerc()
|
||||
{
|
||||
return groupAlphaPerc;
|
||||
}
|
||||
public void setGroupAlphaPerc(float groupAlphaPerc)
|
||||
{
|
||||
this.groupAlphaPerc=groupAlphaPerc;
|
||||
}
|
||||
public float getAreaAlphaPerc()
|
||||
{
|
||||
return areaAlphaPerc;
|
||||
}
|
||||
public void setAreaAlphaPerc(float areaAlphaPerc)
|
||||
{
|
||||
this.areaAlphaPerc=areaAlphaPerc;
|
||||
}
|
||||
public float getSectorAlphaAmt()
|
||||
{
|
||||
return sectorAlphaAmt;
|
||||
}
|
||||
public void setSectorAlphaAmt(float sectorAlphaAmt)
|
||||
{
|
||||
this.sectorAlphaAmt=sectorAlphaAmt;
|
||||
}
|
||||
public float getGroupAlphaAmt()
|
||||
{
|
||||
return groupAlphaAmt;
|
||||
}
|
||||
public void setGroupAlphaAmt(float groupAlphaAmt)
|
||||
{
|
||||
this.groupAlphaAmt=groupAlphaAmt;
|
||||
}
|
||||
public float getAreaAlphaAmt()
|
||||
{
|
||||
return areaAlphaAmt;
|
||||
}
|
||||
public void setAreaAlphaAmt(float areaAlphaAmt)
|
||||
{
|
||||
this.areaAlphaAmt=areaAlphaAmt;
|
||||
}
|
||||
public float getAbReturnAmt()
|
||||
{
|
||||
return abReturnAmt;
|
||||
}
|
||||
public void setAbReturnAmt(float abReturnAmt)
|
||||
{
|
||||
this.abReturnAmt=abReturnAmt;
|
||||
}
|
||||
public float getAbReturnPerc()
|
||||
{
|
||||
return abReturnPerc;
|
||||
}
|
||||
public void setAbReturnPerc(float abReturnPerc)
|
||||
{
|
||||
this.abReturnPerc=abReturnPerc;
|
||||
}
|
||||
public float getIntradayPerc()
|
||||
{
|
||||
return intradayPerc;
|
||||
}
|
||||
public void setIntradayPerc(float intradayPerc)
|
||||
{
|
||||
this.intradayPerc=intradayPerc;
|
||||
}
|
||||
public float getIntradayAmt()
|
||||
{
|
||||
return intradayAmt;
|
||||
}
|
||||
public void setIntradayAmt(float intradayAmt)
|
||||
{
|
||||
this.intradayAmt=intradayAmt;
|
||||
}
|
||||
public float getOptionalityAmt()
|
||||
{
|
||||
return optionalityAmt;
|
||||
}
|
||||
public void setOptionalityAmt(float optionalityAmt)
|
||||
{
|
||||
this.optionalityAmt=optionalityAmt;
|
||||
}
|
||||
public float getOptionalityPerc()
|
||||
{
|
||||
return optionalityPerc;
|
||||
}
|
||||
public void setOptionalityPerc(float optionalityPerc)
|
||||
{
|
||||
this.optionalityPerc=optionalityPerc;
|
||||
}
|
||||
public String getCurrency()
|
||||
{
|
||||
return currency;
|
||||
}
|
||||
public void setCurrency(String currency)
|
||||
{
|
||||
this.currency=currency;
|
||||
}
|
||||
public float getBaseClose()
|
||||
{
|
||||
return baseClose;
|
||||
}
|
||||
public void setBaseClose(float baseClose)
|
||||
{
|
||||
this.baseClose=baseClose;
|
||||
}
|
||||
public float getYBaseClose()
|
||||
{
|
||||
return yBaseClose;
|
||||
}
|
||||
public void setYBaseClose(float yBaseClose)
|
||||
{
|
||||
this.yBaseClose=yBaseClose;
|
||||
}
|
||||
public float getFxPerc()
|
||||
{
|
||||
return fxPerc;
|
||||
}
|
||||
public void setFxPerc(float fxPerc)
|
||||
{
|
||||
this.fxPerc=fxPerc;
|
||||
}
|
||||
public float getFxAmt()
|
||||
{
|
||||
return fxAmt;
|
||||
}
|
||||
public void setFxAmt(float fxAmt)
|
||||
{
|
||||
this.fxAmt=fxAmt;
|
||||
}
|
||||
public float getFxRate()
|
||||
{
|
||||
return fxRate;
|
||||
}
|
||||
public void setFxRate(float fxRate)
|
||||
{
|
||||
this.fxRate=fxRate;
|
||||
}
|
||||
public float getYFxRate()
|
||||
{
|
||||
return yFxRate;
|
||||
}
|
||||
public void setYFxRate(float yFxRate)
|
||||
{
|
||||
this.yFxRate=yFxRate;
|
||||
}
|
||||
public float getAltIndexReturnPerc()
|
||||
{
|
||||
return altIndexReturnPerc;
|
||||
}
|
||||
public void setAltIndexReturnPerc(float altIndexReturnPerc)
|
||||
{
|
||||
this.altIndexReturnPerc=altIndexReturnPerc;
|
||||
}
|
||||
public float getAltIndexReturnAmt()
|
||||
{
|
||||
return altIndexReturnAmt;
|
||||
}
|
||||
public void setAltIndexReturnAmt(float altIndexReturnAmt)
|
||||
{
|
||||
this.altIndexReturnAmt=altIndexReturnAmt;
|
||||
}
|
||||
public float getIndexBetaAdjPerc()
|
||||
{
|
||||
return indexBetaAdjPerc;
|
||||
}
|
||||
public void setIndexBetaAdjPerc(float indexBetaAdjPerc)
|
||||
{
|
||||
this.indexBetaAdjPerc=indexBetaAdjPerc;
|
||||
}
|
||||
public float getIndexBetaAdjAmt()
|
||||
{
|
||||
return indexBetaAdjAmt;
|
||||
}
|
||||
public void setIndexBetaAdjAmt(float indexBetaAdjAmt)
|
||||
{
|
||||
this.indexBetaAdjAmt=indexBetaAdjAmt;
|
||||
}
|
||||
public float getVwap()
|
||||
{
|
||||
return vwap;
|
||||
}
|
||||
public void setVwap(float vwap)
|
||||
{
|
||||
this.vwap=vwap;
|
||||
}
|
||||
public float getVwapPnl()
|
||||
{
|
||||
return vwapPnl;
|
||||
}
|
||||
public void setVwapPnl(float vwapPnl)
|
||||
{
|
||||
this.vwapPnl=vwapPnl;
|
||||
}
|
||||
public float getHedgeAlphaAmt()
|
||||
{
|
||||
return hedgeAlphaAmt;
|
||||
}
|
||||
public void setHedgeAlphaAmt(float hedgeAlphaAmt)
|
||||
{
|
||||
this.hedgeAlphaAmt=hedgeAlphaAmt;
|
||||
}
|
||||
public String getExposureView()
|
||||
{
|
||||
return exposureView;
|
||||
}
|
||||
public void setExposureView(String exposureView)
|
||||
{
|
||||
this.exposureView=exposureView;
|
||||
}
|
||||
public String getMarketView()
|
||||
{
|
||||
return marketView;
|
||||
}
|
||||
public void setMarketView(String marketView)
|
||||
{
|
||||
this.marketView=marketView;
|
||||
}
|
||||
public String getCallPut()
|
||||
{
|
||||
return callPut;
|
||||
}
|
||||
public void setCallPut(String callPut)
|
||||
{
|
||||
this.callPut=callPut;
|
||||
}
|
||||
public String get[month]()
|
||||
{
|
||||
return [month];
|
||||
}
|
||||
public void set[month](String [month])
|
||||
{
|
||||
this.[month]=[month];
|
||||
}
|
||||
public boolean getPrivate()
|
||||
{
|
||||
return private;
|
||||
}
|
||||
public void setPrivate(boolean private)
|
||||
{
|
||||
this.private=private;
|
||||
}
|
||||
public boolean getIpo()
|
||||
{
|
||||
return ipo;
|
||||
}
|
||||
public void setIpo(boolean ipo)
|
||||
{
|
||||
this.ipo=ipo;
|
||||
}
|
||||
public float getRatio()
|
||||
{
|
||||
return ratio;
|
||||
}
|
||||
public void setRatio(float ratio)
|
||||
{
|
||||
this.ratio=ratio;
|
||||
}
|
||||
public String getSource()
|
||||
{
|
||||
return source;
|
||||
}
|
||||
public void setSource(String source)
|
||||
{
|
||||
this.source=source;
|
||||
}
|
||||
public Timestamp getGoAround()
|
||||
{
|
||||
return goAround;
|
||||
}
|
||||
public void setGoAround(Timestamp goAround)
|
||||
{
|
||||
this.goAround=goAround;
|
||||
}
|
||||
public float getAdh()
|
||||
{
|
||||
return adh;
|
||||
}
|
||||
public void setAdh(float adh)
|
||||
{
|
||||
this.adh=adh;
|
||||
}
|
||||
public float getAac()
|
||||
{
|
||||
return aac;
|
||||
}
|
||||
public void setAac(float aac)
|
||||
{
|
||||
this.aac=aac;
|
||||
}
|
||||
public float getAzap()
|
||||
{
|
||||
return azap;
|
||||
}
|
||||
public void setAzap(float azap)
|
||||
{
|
||||
this.azap=azap;
|
||||
}
|
||||
public boolean getExported()
|
||||
{
|
||||
return exported;
|
||||
}
|
||||
public void setExported(boolean exported)
|
||||
{
|
||||
this.exported=exported;
|
||||
}
|
||||
public float getHedgeAlphaPerc()
|
||||
{
|
||||
return hedgeAlphaPerc;
|
||||
}
|
||||
public void setHedgeAlphaPerc(float hedgeAlphaPerc)
|
||||
{
|
||||
this.hedgeAlphaPerc=hedgeAlphaPerc;
|
||||
}
|
||||
public float getAlphaGoAround()
|
||||
{
|
||||
return alphaGoAround;
|
||||
}
|
||||
public void setAlphaGoAround(float alphaGoAround)
|
||||
{
|
||||
this.alphaGoAround=alphaGoAround;
|
||||
}
|
||||
public float getAlphaReal()
|
||||
{
|
||||
return alphaReal;
|
||||
}
|
||||
public void setAlphaReal(float alphaReal)
|
||||
{
|
||||
this.alphaReal=alphaReal;
|
||||
}
|
||||
public float getAlphaUnreal()
|
||||
{
|
||||
return alphaUnreal;
|
||||
}
|
||||
public void setAlphaUnreal(float alphaUnreal)
|
||||
{
|
||||
this.alphaUnreal=alphaUnreal;
|
||||
}
|
||||
public float getPnlReal()
|
||||
{
|
||||
return pnlReal;
|
||||
}
|
||||
public void setPnlReal(float pnlReal)
|
||||
{
|
||||
this.pnlReal=pnlReal;
|
||||
}
|
||||
public float getPnlUnreal()
|
||||
{
|
||||
return pnlUnreal;
|
||||
}
|
||||
public void setPnlUnreal(float pnlUnreal)
|
||||
{
|
||||
this.pnlUnreal=pnlUnreal;
|
||||
}
|
||||
public float getCashFlow()
|
||||
{
|
||||
return cashFlow;
|
||||
}
|
||||
public void setCashFlow(float cashFlow)
|
||||
{
|
||||
this.cashFlow=cashFlow;
|
||||
}
|
||||
public float getBetaCashFlow()
|
||||
{
|
||||
return betaCashFlow;
|
||||
}
|
||||
public void setBetaCashFlow(float betaCashFlow)
|
||||
{
|
||||
this.betaCashFlow=betaCashFlow;
|
||||
}
|
||||
public Timestamp getLastTradeDate()
|
||||
{
|
||||
return lastTradeDate;
|
||||
}
|
||||
public void setLastTradeDate(Timestamp lastTradeDate)
|
||||
{
|
||||
this.lastTradeDate=lastTradeDate;
|
||||
}
|
||||
public float getLastTradeQty()
|
||||
{
|
||||
return lastTradeQty;
|
||||
}
|
||||
public void setLastTradeQty(float lastTradeQty)
|
||||
{
|
||||
this.lastTradeQty=lastTradeQty;
|
||||
}
|
||||
public float getEnterpriseValue()
|
||||
{
|
||||
return enterpriseValue;
|
||||
}
|
||||
public void setEnterpriseValue(float enterpriseValue)
|
||||
{
|
||||
this.enterpriseValue=enterpriseValue;
|
||||
}
|
||||
public String getAssociate()
|
||||
{
|
||||
return associate;
|
||||
}
|
||||
public void setAssociate(String associate)
|
||||
{
|
||||
this.associate=associate;
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user