CurrencyType

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
CurrencyTypeId int identity 4 null
CompanyFund.FundAmountCurrencyTypeId FK_CompanyFund_CurrencyType R
CurrencyConversion.CurrencyTypeId FK_CurrencyConversion_CurrencyType R
InvestmentEvent.PurchasePriceCurrencyTypeId FK_InvestmentEvent_CurrencyType R
Portfolio.PurchasePriceCurrencyTypeId FK_Portfolio_CurrencyType R
Scaler.CurrencyTypeId FK_Scaler_Currency R
SizeUnit.CurrencyTypeId FK_SizeUnit_CurrencyType R
CurrencyTypeCode nvarchar 100 null
CountryId int 4 null
Country.CountryId FK_CurrencyType_Country R
CurrencyTypeName nvarchar 510 null
Description nvarchar 1000 null

Indexes

Constraint Name Type Sort Column(s)
PK_CurrencyTypeId Primary key Asc CurrencyTypeId

Relationships