Class Asset
java.lang.Object
org.drip.portfolioconstruction.core.Block
org.drip.portfolioconstruction.core.Asset
- Direct Known Subclasses:
AssetPosition
,AssetSpecification
public class Asset extends Block
Asset holds the Details of a given Asset.
- Module = Portfolio Core Module
- Library = Asset Allocation Analytics
- Project = Portfolio Construction under Allocation Constraints
- Package = Core Portfolio Construction Component Suite
- Author:
- Lakshmi Krishnamurthy
-
Constructor Summary
Constructors Constructor Description Asset(java.lang.String name, java.lang.String id, java.lang.String description, java.lang.String currency, java.lang.String sector)
Asset Constructor -
Method Summary
Methods inherited from class org.drip.portfolioconstruction.core.Block
category, description, id, name, Standard, timeStamp
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Asset
public Asset(java.lang.String name, java.lang.String id, java.lang.String description, java.lang.String currency, java.lang.String sector) throws java.lang.ExceptionAsset Constructor- Parameters:
name
- The Asset Nameid
- The Asset IDdescription
- The Asset Descriptioncurrency
- The Asset Currencysector
- The Asset Sector- Throws:
java.lang.Exception
- Thrown if the Inputs are Invalid
-
-
Method Details