Property:FullCost
From MoxyWiki
The full cost of a project or asset, including the external costs borne by the community.
Pages using the property "FullCost"
Showing 4 pages using this property.
7 | |
|---|---|
| 7500 Tonne Furfural Plant + | 67.5 M USD 2010info.png
price = { convertPrice = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Convert_Price> prop:RScript ?x}");
v = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#7500_Tonne_Furfural_Plant> prop:Price ?x}");
convertPrice(v, 'USD', '2010', 't');
}
qty = utConvert(sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#7500_Tonne_Furfural_Plant> prop:Production ?x}"),'t/yr',1)
#Revenue in USD 2010
revenue = price * qty
plantAndEquipmentAssetTurnover = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:PlantAndEquimpmentAssetTurnoverRatio ?x}")
#Ratio of Full Cost to Plant And Equipment Cost
ratio = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:FullCost ?x}") / sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:PlantAndEquipmentCost ?x}");
fullCost = (revenue / plantAndEquipmentAssetTurnover) * ratio;
cat(fullCost/10^6, "M USD 2010") + |
L | |
| Large Scale Low Carbon Project + | 2B CAN 2010info.png{lslcp = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Model:Large_Scale_Low_Carbon_Project> prop:RScript ?x}")
paste(format(lslcp("fullCost/10^9"), digits = 2), "B CAN 2010", sep = "");} + |
N | |
| Nominal Chemical Plant + | 5info.pngsparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:OutsideBatteryLimitsCost ?x}") +
sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:InsideBatteryLimitsCost ?x}") +
sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Nominal_Chemical_Plant> prop:ContingencyCosts ?x}") + |
S | |
| Small Scale Low Carbon Project + | 379M CAN 2010info.png{sslcp = sparql("SELECT ?x WHERE{<http://www.moxy.com.au/Wiki/a#Model:Small_Scale_Low_Carbon_Project> prop:RScript ?x}")
paste(format(sslcp("fullCost / 10^6"), digits = 3), "M CAN 2010", sep = "")
} + |
Facts about FullCostRDF feed
| Has typeThis property is a special property in this wiki. | MoxyScriptThis type is among the standard datatypes of this wiki. + |

