src = market_data_source()

# Mix integers and floats - all become number nodes
result = src.c + 100 + 3.14 - 0.5 * 2
