Field
|
Type
|
Read Only
|
Filterable Orderable
|
Description
|
CreateDate
|
dateTime
|
X
|
X
|
The date this currency was created.
|
CreateUser
|
string
|
X
|
X
|
The name of the user that created this currency.
|
DecimalPlaces
|
int restricted to minInclusive(0) maxInclusive(2)
|
|
X
|
The number of decimal places displayed.
|
DecimalSymbol
|
string restricted to 'Period' 'Comma'
|
|
X
|
The decimal symbol displayed.
|
DigitGroupingSymbol
|
string restricted to 'Period' 'Comma'
|
|
X
|
The symbol used to group the numbers.
|
ExchangeRate
|
double restricted to minInclusive(1.0E-6) maxInclusive(9.99999999999999E8)
|
|
X
|
The exchange rate against the base currency.
|
Id
|
string restricted to maxLength(6)
|
|
X
|
The unique currency abbreviation for each currency.
|
IsBaseCurrency
|
boolean
|
X
|
|
The currency used to store cost in the Project Management database. The exchange rate for the base currency is always 1.0. The base currency ID, name, and symbol default to U.S. dollars and can be edited but never deleted.
|
LastUpdateDate
|
dateTime
|
X
|
X
|
The date this currency was last updated.
|
LastUpdateUser
|
string
|
X
|
X
|
The name of the user that last updated this currency.
|
Name
|
string restricted to maxLength(40)
|
|
X
|
The name of the currency.
|
NegativeSymbol
|
string restricted to '(#1.1)' '-#1.1' '#-1.1' '#1.1-' '(1.1#)' '-1.1#' '1.1-#' '1.1#-' '-1.1 #' '-# 1.1' '1.1 #-' '# 1.1-' '# -1.1' '1.1- #' '(# 1.1)' '(1.1 #)'
|
|
X
|
The symbol used to display a negative currency.
|
ObjectId
|
int
|
|
X
|
The unique ID generated by the system.
|
PositiveSymbol
|
string restricted to '#1.1' '1.1#' '# 1.1' '1.1 #'
|
|
X
|
The symbol used to display a positive currency.
|
Symbol
|
string restricted to maxLength(3)
|
|
X
|
The currency symbol displayed.
|