Skip to content

Instantly share code, notes, and snippets.

@kthoms
Created February 26, 2013 06:15
Show Gist options
  • Save kthoms/5036304 to your computer and use it in GitHub Desktop.
Save kthoms/5036304 to your computer and use it in GitHub Desktop.
LWC13: Initial QL model
import types.Money
form Box1HouseOwning {
hasSoldHouse: "Did you sell a house in 2010?" boolean
hasBoughtHouse: "Did you by a house in 2010?" boolean
hasMaintLoan: "Did you enter a loan for maintenance/reconstruction?" boolean
sellingPrice: "Price the house was sold for :" Money
privateDebt: "Private debts for the sold house: " Money
valueResidue: "Value residue: " Money
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment