id id
{
"name": "id",
"type": "primaryKey"
}
{
"name": "capitalGainCalculationId",
"type": "foreignKey",
"table": "capitalGainCalculations",
"mandatory": "true"
}
year
{
"name": "year",
"type": "year"
}
description
{
"name": "description",
"type": "text",
"maxLength": 200
}
cost $$
{
"name": "cost",
"type": "money"
}
costDeduction $$
{
"name": "costDeduction",
"type": "money"
}
repairAndMaintenance bit
{
"name": "repairAndMaintenance",
"type": "bit"
}
newAndRemodelling bit
{
"name": "newAndRemodelling",
"type": "bit"
}
includeLowerCostInCalculation bit (This will force include the amount in the calculation, regardless lowest amount rules)
{
"name": "includeLowerCostInCalculation",
"type": "bit",
"note": "This will force include the amount in the calculation, regardless lowest amount rules"
}
updatedDate
{
"name": "updatedDate",
"type": "updated"
}