Exemplo n.º 1
0
def getPropertyPricetoIncome():
    """ Provide Google charts with values to display on world map (Ajax call result)"""

    return jsonify(
        helper.process_country_factor("property_price_to_income_ratio"))
Exemplo n.º 2
0
def getRentIndex():
    """ Provide Google charts with values to display on world map (Ajax call result)"""

    return jsonify(helper.process_country_factor("rent_index"))
Exemplo n.º 3
0
def getHealthCarePrice():
    """ Provide Google charts with values to display on world map (Ajax call result)"""

    return jsonify(helper.process_country_factor("health_care_index"))
Exemplo n.º 4
0
def getCrimeIndex():

    return jsonify(helper.process_country_factor("crime_index"))
Exemplo n.º 5
0
def getAptPrice():
    """ Provide Google charts with values to display on world map (Ajax call result)"""

    return jsonify(helper.process_country_factor("apt_price"))